aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.cfg-sample')
-rw-r--r--conf/conf.cfg-sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index e4a44417..5af7d0af 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -1,3 +1,5 @@
+[misc]
+platform_url = https://pyaggr3g470r.herokuapp.com/
[database]
uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r
[feedparser]
@@ -9,12 +11,11 @@ debug = 1
host = 0.0.0.0
port = 5000
[mail]
-enabled = 1
+enabled = 0
+admin_email = pyAggr3g470r@no-reply.com
host = smtp.googlemail.com
port = 465
tls = 0
ssl = 1
username = your-gmail-username
password = your-gmail-password
-mail_from = pyAggr3g470r@no-reply.com
-mail_to = recipent-email
bgstack15