7 lines
302 B
Plaintext
7 lines
302 B
Plaintext
# 1. The "Key" to the AI (Gemini)
|
|
GEMINI_API_KEY=AIzaSyCB_8aoRxQEXeO2cakFn_u5dttRbyThOf4
|
|
|
|
# 2. The "Address" to the Database (Postgres)
|
|
# Replace 'localhost' with theserver IP when you deploy
|
|
DATABASE_URL="postgresql://seasoned_admin:your_secure_password_here@localhost:5432/seasoned_db?schema=public"
|