mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
9 lines
232 B
Bash
9 lines
232 B
Bash
FASTAPI_URL=http://xamla.com:8000
|
|
FASTAPI_KEY=magic_key
|
|
|
|
DISCORD_CLIENT_ID=your_discord_bot_client_id
|
|
DISCORD_CLIENT_SECRET=your_discord_bot_client_secret
|
|
|
|
# Run "openssl rand -base64 32" to get this.
|
|
NEXTAUTH_SECRET=openssl_result
|