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