Files
gpt-pilot/pilot/const/db.py
Zvonimir Sabljic 8c58d2803d Renamed the repo
2023-08-16 14:57:55 +02:00

6 lines
97 B
Python

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