Pārlūkot izejas kodu

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

Bastien Sevajol 10 gadus atpakaļ
vecāks
revīzija
57e7d372c3

+ 1 - 1
tracim/development.ini.base Parādīt failu

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 Parādīt failu

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