fix typo: adminTenentId -> adminTenantId, appTenentId -> appTenantId

This commit is contained in:
mcwindy
2025-02-05 11:42:59 +08:00
parent 06634a4265
commit 4e43958fe3
46 changed files with 135 additions and 135 deletions

View File

@@ -2,16 +2,16 @@
"local": {
"baseUrl": "http://127.0.0.1:48080/admin-api",
"token": "test1",
"adminTenentId": "1",
"adminTenantId": "1",
"appApi": "http://127.0.0.1:48080/app-api",
"appToken": "test247",
"appTenentId": "1"
"appTenantId": "1"
},
"gateway": {
"baseUrl": "http://127.0.0.1:8888/admin-api",
"token": "test1",
"adminTenentId": "1",
"adminTenantId": "1",
"appApi": "http://127.0.0.1:8888/app-api",
"appToken": "test1",