diff options
author | Azul <azul@leap.se> | 2012-12-20 11:34:45 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-12-20 11:34:45 +0100 |
commit | 5f05c741f216a61beddaed506670381db5c6425d (patch) | |
tree | c1b1d3f299c9022cf36c586816b5896a15709825 /config/config.yml.example | |
parent | 5d61ba0a80399b9e725881f857fdfa5414e5ef3f (diff) |
Loading config defaults from default.yml now
You can overwrite them in config/config.yml
Diffstat (limited to 'config/config.yml.example')
-rw-r--r-- | config/config.yml.example | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/config.yml.example b/config/config.yml.example deleted file mode 100644 index c34dd10..0000000 --- a/config/config.yml.example +++ /dev/null @@ -1,8 +0,0 @@ -development: - admins: [admin, admin2] - -test: - admins: [admin, admin2] - -production: - admins: [] |