1
0
Fork 0
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:
Ycarus 2019-12-29 14:54:44 +01:00
parent 860ac891d4
commit 0a9ad75fa7

View file

@ -2,6 +2,11 @@
"port": 65500,
"users": [
{
"admin": {
"username": "admin",
"user_password": "AdminMySecretKey",
"disabled": false
},
"openmptcprouter": {
"username": "openmptcprouter",
"user_password": "MySecretKey",