Add property and env var for DB type

This commit is contained in:
William Brawner 2023-09-24 11:03:23 -06:00
parent 96b833cb52
commit b6b88afdb2

View file

@ -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}