aboutsummaryrefslogtreecommitdiff
path: root/vagrant/conf.cfg-sample
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/conf.cfg-sample')
-rw-r--r--vagrant/conf.cfg-sample27
1 files changed, 0 insertions, 27 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample
deleted file mode 100644
index b8f1928d..00000000
--- a/vagrant/conf.cfg-sample
+++ /dev/null
@@ -1,27 +0,0 @@
-[webserver]
-host = 0.0.0.0
-port = 5000
-[cdn]
-cdn_address = https://cdn.cedricbonhomme.org/
-[misc]
-platform_url = http://127.0.0.1:5000/
-admin_email =
-log_path = ./web/var/jarr.log
-nb_worker = 5
-log_level = info
-[database]
-database_url = postgres://vagrant:xxYzToW42@127.0.0.1:5432/aggregator
-[crawler]
-crawling_method = classic
-default_max_error = 6
-user_agent = JARR (https://github.com/JARR-aggregator/JARR)
-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