wg-portal/internal/app/api/v0/handlers/frontend_config.js.gotpl
2023-07-21 15:13:00 +02:00

6 lines
217 B
Plaintext

WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
WGPORTAL_VERSION="{{ $.Version }}";
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
document.title = "{{ $.SiteTitle }}";