Files
gpt-pilot/euclid/const/db.py
LeonOstrez 9673d40f65 refactor DB
2023-08-02 08:29:40 +02:00

6 lines
98 B
Python

DB_NAME = 'euclid'
DB_HOST = 'localhost'
DB_PORT = '5432'
DB_USER = 'admin'
DB_PASSWORD = 'admin'