8 lines
97 B
YAML
8 lines
97 B
YAML
server:
|
|
host: localhost
|
|
port: "8080"
|
|
|
|
database:
|
|
type: sqlite
|
|
path: "./whereismymoney.db"
|