12 lines
211 B
YAML
12 lines
211 B
YAML
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
|