aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.yaml.example18
1 files changed, 8 insertions, 10 deletions
diff --git a/config.yaml.example b/config.yaml.example
index 49f88d7..ef707ef 100644
--- a/config.yaml.example
+++ b/config.yaml.example
@@ -5,16 +5,14 @@ admin_email: admin@example.org
dev_domains:
- dev
-db:
- type: 'mysql'
- mysql:
- host: "127.0.0.1"
- user: "user"
- password: "password"
- database: "dbname"
- # misc
- log: false
- log_stat: false
+mysql:
+ host: "127.0.0.1"
+ user: "user"
+ password: "password"
+ database: "dbname"
+ # misc
+ log: false
+ log_stat: false
umask: 0002