diff options
author | jessib <jessib@riseup.net> | 2012-10-31 12:10:07 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-31 12:10:07 -0700 |
commit | 6c60b179a09030da985462d15dbdf076367b5ea4 (patch) | |
tree | 607f7e570ce5216cdef44745fad0d94305935a73 /config | |
parent | fa6c453603d2754644f80efc6e8a0f6e792cc9bd (diff) |
Code to check administration (and ugly test display.) This includes example config file.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.yml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.yml.example b/config/config.yml.example new file mode 100644 index 0000000..e3a0112 --- /dev/null +++ b/config/config.yml.example @@ -0,0 +1,8 @@ +development: + admins: [admin, admin2] + +test: + admins: [admin, admin2] + +production + admins: [] |