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/defaults.yml | |
parent | 5d61ba0a80399b9e725881f857fdfa5414e5ef3f (diff) |
Loading config defaults from default.yml now
You can overwrite them in config/config.yml
Diffstat (limited to 'config/defaults.yml')
-rw-r--r-- | config/defaults.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/defaults.yml b/config/defaults.yml new file mode 100644 index 0000000..4ffa2c9 --- /dev/null +++ b/config/defaults.yml @@ -0,0 +1,11 @@ +development: + admins: [admin, admin2] + domain: develop.me + +test: + admins: [admin, admin2] + domain: test.me + +production: + admins: [] + domain: deploy.me |