summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHorus32015-02-12 18:49:02 +0100
committerHorus32015-02-12 18:49:02 +0100
commitcf66deeeba38263feef0ca4123a983cb78ce5cac (patch)
tree8afa0dc0c03b9f4979ef4d3a59b658cba3115fff /conf
parent6a212d9dfc6e73a82f83229a5f45f6362c715800 (diff)
downloadwebmon-cf66deeeba38263feef0ca4123a983cb78ce5cac.tar.gz
Removed README
Diffstat (limited to 'conf')
-rw-r--r--conf/app.conf2
-rw-r--r--conf/routes2
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