Fix config module for unit test

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-23 20:31:25 +08:00
parent 2d92d5fba7
commit b933522123
5 changed files with 43 additions and 83 deletions

11
config.default.yaml Normal file
View 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