Files
wg-portal/internal/app/api/v0/handlers/frontend_config.js.gotpl
T

7 lines
256 B
Plaintext
Raw Normal View History

2023-08-04 13:34:18 +02:00
WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
WGPORTAL_BASE_PATH="{{ $.BasePath }}";
2023-08-04 13:34:18 +02:00
WGPORTAL_VERSION="{{ $.Version }}";
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
document.title = "{{ $.SiteTitle }}";