Change path
This commit is contained in:
parent
6cbaa22a7d
commit
54baa5fab1
@ -69,7 +69,7 @@ dsn = 'postgresql://{}:{}@{}:{}/{}'.format(
|
|||||||
)
|
)
|
||||||
|
|
||||||
logg.info('using dsn {}'.format(dsn))
|
logg.info('using dsn {}'.format(dsn))
|
||||||
logg.info('using socket {}'.format(socket_path))
|
logg.info('using socket {}'.format(config.get('SIGNER_SOCKET_PATH')))
|
||||||
|
|
||||||
re_http = r'^http'
|
re_http = r'^http'
|
||||||
re_unix = r'^ipc'
|
re_unix = r'^ipc'
|
||||||
|
Loading…
Reference in New Issue
Block a user