mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-23 21:54:58 +05:00
8 lines
277 B
Text
8 lines
277 B
Text
|
BOT_CLIENT_ID="<YOUR_BOT_CLIENT_ID>"
|
||
|
BOT_CLIENT_SECRET="<YOUR_BOT_CLIENT_SECRET>"
|
||
|
|
||
|
# The absolute url of the dashboard (Production)
|
||
|
APP_URL="http://localhost:3000"
|
||
|
|
||
|
# The absolute url of the api endpoint of your bot (Production)
|
||
|
NEXT_PUBLIC_API_ENDPOINT="http://localhost:8080"
|