feat(config): App can take environ variables
- Change log level of SQLx to TRACE
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
application:
|
||||
host: 127.0.0.1
|
||||
database:
|
||||
require_ssl: false
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
application:
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
require_ssl: true
|
||||
|
||||
Reference in New Issue
Block a user