Add configurable dsn for postgres connection

This commit is contained in:
nolash
2020-10-17 11:06:52 +02:00
parent 06962b3365
commit f92e2878cd
5 changed files with 23 additions and 4 deletions

6
config/database.ini Normal file
View File

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