diff options
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..37a6e17 --- /dev/null +++ b/config.yaml.example @@ -0,0 +1,12 @@ +web: + port: 8888 + host: 'localhost:8888' + cookie_secret: 'dis is super sekrit' + +db: + host: localhost + user: ykill + password: ykill + database: ykill + +# vim: set et ft=yaml: |