diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample new file mode 100644 index 00000000..8dda63d8 --- /dev/null +++ b/conf/conf.cfg-sample @@ -0,0 +1,22 @@ +[database] +name = pyaggr3g470r1 +address = 127.0.0.1 +port = 27017 +username = root +password = root +[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 +[webserver] +debug = 1 +host = 0.0.0.0 +port = 5000 +username = admin +password = e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 +[mail] +host = +port = 25 +ssl = 0 +username = +password = |