mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-03 09:54:58 +01:00
5 lines
97 B
Python
5 lines
97 B
Python
DB_NAME = 'euclid'
|
|
DB_HOST = 'localhost'
|
|
DB_PORT = '5432'
|
|
DB_USER = 'admin'
|
|
DB_PASSWORD = 'admin' |