More with uppercase
This commit is contained in:
parent
99168f5715
commit
191797d239
|
@ -18,7 +18,7 @@ CACHE_ROOT_PATH = environ.get('CACHE_ROOT_PATH', '/var/cache/risotto')
|
||||||
SRV_SEED_PATH = environ.get('SRV_SEED_PATH', '/srv/seed')
|
SRV_SEED_PATH = environ.get('SRV_SEED_PATH', '/srv/seed')
|
||||||
|
|
||||||
|
|
||||||
def dsn_factory(database, user, password, address=db_address):
|
def dsn_factory(database, user, password, address=DB_ADDRESS):
|
||||||
mangled_address = '/var/run/postgresql' if address == 'localhost' else address
|
mangled_address = '/var/run/postgresql' if address == 'localhost' else address
|
||||||
return f'postgres:///{database}?host={mangled_address}/&user={user}&password={password}'
|
return f'postgres:///{database}?host={mangled_address}/&user={user}&password={password}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue