Project

General

Profile

Revision 759692ed

ID759692ed3e70ad9b6e9607549360d12ffa46dbd9
Parent a7b49156
Child 8fa23285

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
75 75
# If you have sqlite, here's a simple default to get you started
76 76
# in development
77 77

  
78
sqlalchemy.url=postgres://vigilo:vigilo@localhost/vigilo
78
sqlalchemy.url=postgres://vigilo:vigilo@127.0.0.1/vigilo
79 79
#sqlalchemy.url = sqlite:///%(here)s/devdata.db
80 80
#echo shouldn't be used together with the logging module.
81 81
sqlalchemy.echo = false

Also available in: Unified diff