diff options
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r-- | src/conf/conf.cfg-sample | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample new file mode 100644 index 00000000..be5fc87c --- /dev/null +++ b/src/conf/conf.cfg-sample @@ -0,0 +1,30 @@ +[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 |