aboutsummaryrefslogtreecommitdiffstats
path: root/production.ini
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:40:14 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 03:40:14 +0100
commitbf7fdc00bfecee47a3d5025de077bb0640dd3146 (patch)
treeb0d0a8e004540bc4f1ca375f13903e7947657253 /production.ini
parentc7a0ac5eb2b879d98c986d5c3583ef34737f0a61 (diff)
downloadjm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.gz
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.bz2
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.tar.xz
jm2l-bf7fdc00bfecee47a3d5025de077bb0640dd3146.zip
Many changes to reorganize third party javascript
Diffstat (limited to 'production.ini')
-rw-r--r--production.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/production.ini b/production.ini
index adbc756..e2380ce 100644
--- a/production.ini
+++ b/production.ini
@@ -10,12 +10,16 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
-pyramid.default_locale_name = en
+pyramid.default_locale_name = fr
pyramid.includes =
pyramid_tm
sqlalchemy.url = sqlite:///%(here)s/JM2L.sqlite
+# Security
+secret_Cookies = 'secret'
+secret_AuthTkt = 'secret2'
+
[server:main]
use = egg:waitress#main
host = 0.0.0.0