Update project #27
@@ -80,9 +80,9 @@ class Requester(
|
|||||||
constructor(
|
constructor(
|
||||||
host: String = "localhost",
|
host: String = "localhost",
|
||||||
port: Int = 5432,
|
port: Int = 5432,
|
||||||
database: String = "dc-project",
|
database: String,
|
||||||
username: String = "dc-project",
|
username: String,
|
||||||
password: String = "dc-project",
|
password: String,
|
||||||
queriesDirectory: URI? = null,
|
queriesDirectory: URI? = null,
|
||||||
functionsDirectory: URI? = null
|
functionsDirectory: URI? = null
|
||||||
) : this(
|
) : this(
|
||||||
|
|||||||
Reference in New Issue
Block a user