Files
zwitschi cf564f2886
CI-CD / Bot Lint Test Build (push) Successful in 1m24s
CI-CD / Dashboard Lint Build (push) Successful in 14s
CI-CD / Deploy to Coolify (push) Failing after 3s
feat: Update CI/CD workflow to trigger separate backend and dashboard deployments; enhance deployment documentation with Nginx proxy details and OAuth callback URLs
2026-05-17 19:08:26 +02:00

6 lines
319 B
Bash

VITE_ADMIN_API_BASE_URL=http://localhost:8787
VITE_DISCORD_CLIENT_ID=
# Must exactly match Discord OAuth2 redirect URI whitelist and OAUTH_BRIDGE_REDIRECT_URI.
# Recommended production route: https://admin.openmicodyssey.com/oauth/discord/callback
VITE_DISCORD_REDIRECT_URI=http://localhost:5173/oauth/discord/callback