Project

General

Profile

Revision d43086aa

IDd43086aa75b92471bbdb2d6158a1ede4f213c8c1
Parent 2d128717
Child 3da1d030

Added by Francois POIROTTE over 14 years ago

Utilisation d'une configuration plus saine pour le déploiement.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@1953 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

deployment/settings.ini
16 16

  
17 17
[server:main]
18 18
use = egg:Paste#http
19
host = 127.0.0.1 
20
port = 8080
19
host = 0.0.0.0 
20
port = 80
21 21

  
22 22
[app:main]
23 23
use = egg:vigiboard
24 24

  
25 25
db_basename=
26
password_hashing_function=md5
26
;password_hashing_function=md5
27 27
lang=fr
28 28
use_kerberos=False
29 29

  

Also available in: Unified diff