fix mistake in env variable
This commit is contained in:
parent
17f51bf16a
commit
4262e045f5
@ -10,7 +10,7 @@ myapp = {
|
||||
dbName = ${?APP_DB_NAME}
|
||||
url = "jdbc:postgresql://"${myapp.database.dbHost}":"${myapp.database.dbPort}"/"${myapp.database.dbName}
|
||||
user = "test_user"
|
||||
user = ${?APP_DB_NAME}
|
||||
user = ${?APP_DB_USER}
|
||||
password = "password"
|
||||
password = ${?APP_DB_PASSWORD}
|
||||
numThreads = 16
|
||||
|
Loading…
Reference in New Issue
Block a user