Change path

This commit is contained in:
nolash
2021-05-02 18:06:27 +02:00
parent 6cbaa22a7d
commit 54baa5fab1
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ dsn = 'postgresql://{}:{}@{}:{}/{}'.format(
)
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_unix = r'^ipc'