feat(config): App can take environ variables

- Change log level of SQLx to TRACE
This commit is contained in:
2024-05-11 22:30:21 -04:00
parent 96a6b6a351
commit d96eae1fec
7 changed files with 57 additions and 27 deletions

View File

@@ -1,2 +1,4 @@
application:
host: 127.0.0.1
database:
require_ssl: false

View File

@@ -1,2 +1,4 @@
application:
host: 0.0.0.0
database:
require_ssl: true