Add configurable dsn for postgres connection
This commit is contained in:
6
config/database.ini
Normal file
6
config/database.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[database]
|
||||
NAME=cic-signer
|
||||
USER=postgres
|
||||
PASSWORD=
|
||||
HOST=localhost
|
||||
PORT=5432
|
||||
Reference in New Issue
Block a user