diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:07:51 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:07:51 +0200 |
commit | abec11e7ca0ce49081343bb2b2eb8520058d67a8 (patch) | |
tree | 9aeb6f19650c4d62a4b539ad0c1a9d1f83c6c843 /conf | |
parent | Removed all .py files. (diff) | |
download | newspipe-abec11e7ca0ce49081343bb2b2eb8520058d67a8.tar.gz newspipe-abec11e7ca0ce49081343bb2b2eb8520058d67a8.tar.bz2 newspipe-abec11e7ca0ce49081343bb2b2eb8520058d67a8.zip |
Added new files. First prototype with the Flask micro-framework.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample new file mode 100644 index 00000000..17c1e5dc --- /dev/null +++ b/conf/conf.cfg-sample @@ -0,0 +1,26 @@ +[database] +name = tardys +address = 127.0.0.1 +port = 27017 +username = root +password = root +[elasticsearch] +host = 127.0.0.1 +port = 9200 +[crawler] +user_agent = Mozilla/5.0 (X11; Debian; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 +thread_time_out = 10.0 +get_time_out = 5.0 +content_type = text/html;application/pdf;application/vnd.oasis.opendocument.text;application/vnd.openxmlformats-officedocument.wordprocessingml.document +[webserver] +debug = 1 +host = 0.0.0.0 +port = 5000 +username = admin +password = e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 +secretkey = 123456790 +[mail] +host = arthur.tudor.lu +port = 25 +ssl = 0 +username = cedric.bonhomme@tudor.lu
\ No newline at end of file |