cic-internal-integration/apps/cic-eth/config/docker/database.ini

11 lines
136 B
INI
Raw Normal View History

2021-02-21 16:41:37 +01:00
[database]
NAME=cic_eth
USER=postgres
PASSWORD=tralala
HOST=localhost
PORT=63432
ENGINE=postgresql
DRIVER=psycopg2
POOL_SIZE=50
2021-03-01 21:15:17 +01:00
DEBUG=0