mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Create an admin account by default
This commit is contained in:
parent
860ac891d4
commit
0a9ad75fa7
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
"port": 65500,
|
||||
"users": [
|
||||
{
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"user_password": "AdminMySecretKey",
|
||||
"disabled": false
|
||||
},
|
||||
"openmptcprouter": {
|
||||
"username": "openmptcprouter",
|
||||
"user_password": "MySecretKey",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue