diff options
author | Azul <azul@leap.se> | 2012-11-22 16:25:58 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-22 16:25:58 +0100 |
commit | ddd53a0841cb2af091e1ed3a6e69e9fc52977c08 (patch) | |
tree | b2e24c4626cefb18616293334601641f1f172eb3 | |
parent | fb791b200ee4da1b6a2f4e3121cb26196e28c953 (diff) |
ship config file so CI can test
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | config/config.yml | 8 |
2 files changed, 8 insertions, 3 deletions
@@ -21,6 +21,3 @@ Gemfile.lock */Gemfile.lock test/dummy/log/* test/dummy/tmp/* - -# Ignore configuration file. -config/config.yml diff --git a/config/config.yml b/config/config.yml new file mode 100644 index 0000000..c34dd10 --- /dev/null +++ b/config/config.yml @@ -0,0 +1,8 @@ +development: + admins: [admin, admin2] + +test: + admins: [admin, admin2] + +production: + admins: [] |