diff options
| author | Horus3 | 2015-02-12 18:49:02 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-12 18:49:02 +0100 |
| commit | cf66deeeba38263feef0ca4123a983cb78ce5cac (patch) | |
| tree | 8afa0dc0c03b9f4979ef4d3a59b658cba3115fff /conf | |
| parent | 6a212d9dfc6e73a82f83229a5f45f6362c715800 (diff) | |
| download | webmon-cf66deeeba38263feef0ca4123a983cb78ce5cac.tar.gz | |
Removed README
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/app.conf | 2 | ||||
| -rw-r--r-- | conf/routes | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/app.conf b/conf/app.conf index f410612..4324ed0 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -25,7 +25,7 @@ redis.port = "6379" mail.host = localhost mail.port = 25 mail.from = webmon -mail.user = webmon@iamfabulous.de +mail.username = webmon@iamfabulous.de module.jobs = github.com/revel/revel/modules/jobs diff --git a/conf/routes b/conf/routes index 8af3aed..ba0c0aa 100644 --- a/conf/routes +++ b/conf/routes @@ -13,6 +13,8 @@ POST /register App.Register GET /confirm App.Confirm GET /account App.Account +GET /test App.Test + # Ignore favicon requests GET /favicon.ico 404 |
