Initial commit

This commit is contained in:
nolash
2021-10-10 18:14:34 +02:00
commit 7753247afb
34 changed files with 1859 additions and 0 deletions

3
config/config.ini Normal file
View File

@@ -0,0 +1,3 @@
[signer]
secret = deadbeef
socket_path = ipc:///tmp/crypto-dev-signer/jsonrpc.ipc

6
config/database.ini Normal file
View File

@@ -0,0 +1,6 @@
[database]
NAME=cic-signer
USER=postgres
PASSWORD=
HOST=localhost
PORT=5432