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,7 +38,7 @@ cache_dir = %(here)s/data
38 38
 beaker.session.key = tracim
39 39
 beaker.session.secret = 3283411b-1904-4554-b0e1-883863b53080
40 40
 
41
-# Auth type
41
+# Auth type (internal or ldap)
42 42
 auth_type = internal
43 43
 
44 44
 #By default session is store in cookies to avoid the overhead

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

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