NetCoreTemplate/APP_WEB/app_configuration.json

9 lines
88 B
JSON
Raw Normal View History

2025-03-02 08:59:35 +03:00
{
"appSettings": {
"appHost": "localhost:8833"
},
"admins": [
"::1"
]
}