diff options
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 |
