Add property and env var for DB type
This commit is contained in:
parent
96b833cb52
commit
b6b88afdb2
1 changed files with 1 additions and 1 deletions
|
@ -10,9 +10,9 @@ ktor {
|
|||
|
||||
twigs {
|
||||
database {
|
||||
type = ${?TWIGS_DB_TYPE}
|
||||
host = ${?TWIGS_DB_HOST}
|
||||
port = ${?TWIGS_DB_PORT}
|
||||
name = twigs.db
|
||||
name = ${?TWIGS_DB_NAME}
|
||||
user = ${?TWIGS_DB_USER}
|
||||
password = ${?TWIGS_DB_PASS}
|
||||
|
|
Loading…
Reference in a new issue