11 lines
167 B
INI
11 lines
167 B
INI
[DATABASE]
|
|
user = postgres
|
|
password =
|
|
host = localhost
|
|
port = 5432
|
|
name = /tmp/cic-notify.db
|
|
#engine = postgresql
|
|
#driver = psycopg2
|
|
engine = sqlite
|
|
driver = pysqlite
|