소스 검색

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

Bastien Sevajol 9 년 전
부모
커밋
57e7d372c3
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/development.ini.base
  2. 2 0
      tracim/tracim/config/deployment.ini_tmpl

+ 1 - 1
tracim/development.ini.base 파일 보기

@@ -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 파일 보기

@@ -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