From 17e515b3f86fdf60db9f9c4e35ed7fe2ec7e5b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Wed, 9 Apr 2014 14:42:44 +0200 Subject: [PATCH] config: use unix socket --- local_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_config.py b/local_config.py index f321104..42c4c86 100644 --- a/local_config.py +++ b/local_config.py @@ -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