From 6837ddf68f13a1633ea868ab55d71389ca5bc175 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 27 Feb 2015 04:02:15 +0100 Subject: Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files. --- app/env.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/env.sh') diff --git a/app/env.sh b/app/env.sh index e64a094..3e87126 100755 --- a/app/env.sh +++ b/app/env.sh @@ -6,6 +6,7 @@ #export STATUS_DB_CREDENTIALS=../db/status.db #export STATUS_DB_IMPORT_DRIVER=github.com/mattn/go-sqlite3 #export STATUS_DB_LOG=true +#export STATUS_SECRET=verylongsecret # Redis #export STATUS_REDIS_SERVER=127.0.0.1 @@ -14,3 +15,8 @@ # Http #export STATUS_HTTP_IP=127.0.0.1 #export STATUS_HTTP_PORT=8080 + +# SMTP +#export STATUS_SMTP_MAILER="smtp.example.org:25" +#export STATUS_SMTP_PASSWORD="password" +#export STATUS_SMTP_ADRESS="statuspage@example.org" -- cgit v1.2.3