fix admin user template

This commit is contained in:
ace 2024-04-01 02:00:30 +03:00
parent 6440d02e46
commit 1cd68d3b62
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

5
templates/admin.json.j2 Normal file
View File

@ -0,0 +1,5 @@
{
"username": "{{ wireguard_ui_combined_env['WGUI_USERNAME'] }}",
"password": "{{ wireguard_ui_combined_env['WGUI_PASSWORD'] }}",
"admin": true
}