bunker-admin 74e5fa6475 Clean up obsolete files and refresh MkDocs site
Remove unused planning docs (FEDERATION_PLAN.md, SERVICE_INTEGRATIONS.md),
temporary screenshots, update .gitignore for Playwright MCP logs, and
refresh MkDocs site build with updated repo data.

Bunker Admin
2026-04-03 08:52:15 -06:00

19 lines
687 B
JavaScript

// Auto-generated configuration from environment variables
// Generated by mkdocs/docs/hooks/env_config_hook.py
(function() {
window.MEDIA_API_URL = 'http://localhost:4100';
window.PUBLIC_URL = 'http://localhost:3002';
window.PAYMENT_API_URL = 'https://api.cmlite.org';
window.APP_URL = 'http://localhost:3002';
window.GANCIO_URL = 'http://localhost:8092';
window.VIDEO_PLAYER_DEBUG = false;
console.log('[EnvConfig] Loaded from environment:', {
mediaApiUrl: window.MEDIA_API_URL,
publicUrl: window.PUBLIC_URL,
paymentApiUrl: window.PAYMENT_API_URL,
appUrl: window.APP_URL,
gancioUrl: window.GANCIO_URL,
debug: window.VIDEO_PLAYER_DEBUG
});
})();