Change path

This commit is contained in:
nolash 2021-05-02 18:06:27 +02:00
parent 6cbaa22a7d
commit 54baa5fab1
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
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'

View File

@ -63,5 +63,5 @@ setup(
'eth-keyfile=crypto_dev_signer.runnable.keyfile:main',
],
},
url='https://gitlab.com/nolash/crypto-dev-signer',
url='https://gitlab.com/chaintools/crypto-dev-signer',
)