Project

General

Profile

Revision a6543175

IDa6543175208bd8cbbed8aba8b3e0132a8b94a703
Parent e0c89dfc
Child 0bcaefe4

Added by Vincent QUEMENER over 13 years ago

Correction de l'url de connexion à la base de données.

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

View differences:

development.ini
100 100
#beaker.cache.data_dir = %(here)s/data/cache
101 101
#beaker.session.data_dir = %(here)s/data/sessions
102 102

  
103
sqlalchemy.url=postgres://vigilo:vigilo@localhost/vigilo
103
sqlalchemy.url=postgres://vigilo:vigilo@127.0.0.1/vigilo
104 104
sqlalchemy.echo = false
105 105
sqlalchemy.echo_pool = false
106 106
sqlalchemy.pool_recycle = 3600

Also available in: Unified diff