From cf66deeeba38263feef0ca4123a983cb78ce5cac Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 12 Feb 2015 18:49:02 +0100 Subject: Removed README --- conf/app.conf | 2 +- conf/routes | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') 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 -- cgit v1.2.3