summaryrefslogtreecommitdiffstats
path: root/config.yaml.example
diff options
context:
space:
mode:
authorraylu <raylu@gridium.com>2013-05-03 03:41:50 -0700
committerraylu <raylu@gridium.com>2013-10-19 18:21:46 -0700
commit224f66a77aa3afa5e06daec656ae97f6e31e0592 (patch)
treef36843c32143c401ec1c6dccd502cddcbba6017c /config.yaml.example
downloadykill-224f66a77aa3afa5e06daec656ae97f6e31e0592.tar.xz
start over
Diffstat (limited to 'config.yaml.example')
-rw-r--r--config.yaml.example12
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: