Browse Source

Fixes https://github.com/tracim/tracim/pull/31#discussion_r53466633

Bastien Sevajol 9 years ago
parent
commit
57e7d372c3
2 changed files with 3 additions and 1 deletions
  1. 1 1
      tracim/development.ini.base
  2. 2 0
      tracim/tracim/config/deployment.ini_tmpl

+ 1 - 1
tracim/development.ini.base View File

38
 beaker.session.key = tracim
38
 beaker.session.key = tracim
39
 beaker.session.secret = 3283411b-1904-4554-b0e1-883863b53080
39
 beaker.session.secret = 3283411b-1904-4554-b0e1-883863b53080
40
 
40
 
41
-# Auth type
41
+# Auth type (internal or ldap)
42
 auth_type = internal
42
 auth_type = internal
43
 
43
 
44
 #By default session is store in cookies to avoid the overhead
44
 #By default session is store in cookies to avoid the overhead

+ 2 - 0
tracim/tracim/config/deployment.ini_tmpl View File

27
 beaker.session.key = pod
27
 beaker.session.key = pod
28
 beaker.session.secret = ${app_instance_secret}
28
 beaker.session.secret = ${app_instance_secret}
29
 app_instance_uuid = ${app_instance_uuid}
29
 app_instance_uuid = ${app_instance_uuid}
30
+
31
+# Auth type (internal or ldap)
30
 auth_type = internal
32
 auth_type = internal
31
 
33
 
32
 # If you'd like to fine-tune the individual locations of the cache data dirs
34
 # If you'd like to fine-tune the individual locations of the cache data dirs