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:
parent
9ac484ebfd
commit
53fd153bad
2 changed files with 224 additions and 141 deletions
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"user":"openmptcprouter",
|
||||
"pass":"MySecretKey",
|
||||
"port":65500
|
||||
"port": 65500,
|
||||
"users": [
|
||||
{
|
||||
"openmptcprouter": {
|
||||
"username": "openmptcprouter",
|
||||
"hashed_password": "MySecretKey",
|
||||
"disabled": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue