mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-24 23:34:28 +08:00
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
# see process.d.ts
|
|
OPENAI_API_KEY=xxx
|
|
NEXT_PUBLIC_USE_DATABASE=true
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/sqlchat?schema=sqlchat&application_name=sqlchat"
|
|
DATABASE_DIRECT_URL="postgresql://postgres:postgres@localhost:5432/sqlchat?schema=sqlchat&application_name=sqlchat" |