1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Migrate from flask to fastapi

This commit is contained in:
Ysurac 2019-11-02 17:10:10 +00:00
parent 9ac484ebfd
commit 53fd153bad
2 changed files with 224 additions and 141 deletions

View file

@ -1,5 +1,12 @@
{
"user":"openmptcprouter",
"pass":"MySecretKey",
"port":65500
"port": 65500,
"users": [
{
"openmptcprouter": {
"username": "openmptcprouter",
"hashed_password": "MySecretKey",
"disabled": false
}
}
]
}