feat: Update CI/CD workflow to trigger separate backend and dashboard deployments; enhance deployment documentation with Nginx proxy details and OAuth callback URLs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
VITE_ADMIN_API_BASE_URL=http://localhost:8787
|
||||
VITE_DISCORD_CLIENT_ID=
|
||||
# Must match Discord OAuth2 redirect URI whitelist.
|
||||
VITE_DISCORD_REDIRECT_URI=http://localhost:5173
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user