jaba-dashboard/.env.example

8 lines
258 B
Text
Raw Permalink Normal View History

2024-07-15 13:18:31 +05:00
BOT_CLIENT_ID="<BOT USER ID>"
BOT_CLIENT_SECRET="<BOT 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"