aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-12-12 21:14:28 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-12-17 09:42:56 +0100
commitb35e9773198ef2d8b37c4ca223f08147db47de0b (patch)
treeba4b1b171b3c1ab9414a96ad264c47b0f9d1246b /conf
parentUpdated link to Heroku deploy button on the About page. (diff)
downloadnewspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.gz
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.bz2
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.zip
moving the root of source code from / to /src/
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
deleted file mode 100644
index be5fc87c..00000000
--- a/conf/conf.cfg-sample
+++ /dev/null
@@ -1,30 +0,0 @@
-[webserver]
-host = 127.0.0.1
-port = 5000
-secret = a secret only you know
-[misc]
-platform_url = http://127.0.0.1:5000/
-admin_email =
-recaptcha_public_key =
-recaptcha_private_key =
-log_path = ./web/var/jarr.log
-nb_worker = 5
-log_level = info
-[database]
-database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
-[crawler]
-crawling_method = classic
-default_max_error = 6
-http_proxy =
-user_agent = JARR (https://github.com/JARR-aggregator/JARR)
-resolve_article_url = false
-api_login =
-api_passwd =
-[notification]
-notification_email = JARR@no-reply.com
-host = smtp.googlemail.com
-port = 465
-tls = false
-ssl = true
-username = your-gmail-username
-password = your-gmail-password
bgstack15