mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2024-11-24 23:36:41 +00:00
fix admin user template
This commit is contained in:
parent
6440d02e46
commit
1cd68d3b62
5
templates/admin.json.j2
Normal file
5
templates/admin.json.j2
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"username": "{{ wireguard_ui_combined_env['WGUI_USERNAME'] }}",
|
||||
"password": "{{ wireguard_ui_combined_env['WGUI_PASSWORD'] }}",
|
||||
"admin": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user