config: use unix socket

This commit is contained in:
Jérôme Schneider 2014-04-09 14:42:44 +02:00
parent 956a03db9c
commit 17e515b3f8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ hosts = {
# http://docs.sqlalchemy.org/en/rel_0_7/core/engines.html
# rfc 1738 https://tools.ietf.org/html/rfc1738
# dialect+driver://username:password@host:port/database
db_url = 'postgresql://@localhost:5432/mandaye_vincennes'
db_url = 'postgresql://mandaye-vincennes@/mandaye_vincennes'
## Logging configuration
debug = False