From 224f66a77aa3afa5e06daec656ae97f6e31e0592 Mon Sep 17 00:00:00 2001 From: raylu Date: Fri, 3 May 2013 03:41:50 -0700 Subject: start over --- config.yaml.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.yaml.example (limited to 'config.yaml.example') 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: -- cgit v1.2.3