mirror of
https://github.com/Findus23/cr-search.git
synced 2024-09-11 06:03:45 +02:00
9 lines
153 B
Python
9 lines
153 B
Python
dbauth = {
|
|
"database": 'crsearch',
|
|
"user": 'crsearch',
|
|
"password": 'crsearch',
|
|
"port": 5433,
|
|
"host": "127.0.0.1"
|
|
}
|
|
|
|
sentryDSN = None
|