diff options
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yaml.example b/config.yaml.example index 37a6e17..d521366 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -2,6 +2,7 @@ web: port: 8888 host: 'localhost:8888' cookie_secret: 'dis is super sekrit' + debug: true db: host: localhost |