mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-14 10:36:18 +00:00
7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
|
|
WGPORTAL_BASE_PATH="{{ $.BasePath }}";
|
|
WGPORTAL_VERSION="{{ $.Version }}";
|
|
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
|
|
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
|
|
|
|
document.title = "{{ $.SiteTitle }}"; |