openai-sql/gui/config/config.json.sample
2023-05-04 15:55:42 +02:00

14 lines
217 B
Plaintext

{
"database":
{
"dbtype": "PostgreSQL",
"ip": "localhost",
"password": "password",
"user": "admin",
"port": "5432"
"database": "PostgreSQL",
},
"apikey": "sk-abc***"
}