forked from nixcn/nixcn-cms
Fix config module for unit test
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
11
config.default.yaml
Normal file
11
config.default.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
server:
|
||||
address: :8000
|
||||
debug_mode: false
|
||||
file_logger: false
|
||||
jwt_secret: someting
|
||||
database:
|
||||
type: postgres
|
||||
host: 127.0.0.1
|
||||
name: postgres
|
||||
username: postgres
|
||||
password: postgres
|
||||
Reference in New Issue
Block a user