mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
22 lines
No EOL
521 B
Bash
22 lines
No EOL
521 B
Bash
PORT=8000
|
|
ENVIRONMENT=dev
|
|
|
|
DB_HOST=localhost
|
|
DB_USER=postgres
|
|
DB_PASSWORD=quick
|
|
DB_NAME=QuickGpt
|
|
|
|
SUPER_ADMIN_EMAIL=superadmin@email.com
|
|
SUPER_ADMIN_PASSWORD=supersecretpassword
|
|
SUPER_ADMIN_ACCOUNT_NAME=superaccount
|
|
|
|
SECRET_KEY=ba9dc3f976cf8fb40519dcd152a8d7d21c0b7861d841711cdb2602be8e85fd7c
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=60
|
|
REFRESH_TOKEN_EXPIRE_MINUTES = 120 # 7 days
|
|
|
|
|
|
SMTP_SERVER=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_SENDER_EMAIL=shresthasaurab030@outlook.com
|
|
SMTP_USERNAME=shresthasaurab030
|
|
SMTP_PASSWORD=huurxwxeorxjorzw |