Phase0_gateway_config
This commit is contained in:
@@ -5,5 +5,19 @@
|
|||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*"
|
"AllowedHosts": "*",
|
||||||
|
"Urls": "http://*:5100",
|
||||||
|
"Adapters": {
|
||||||
|
"Owl": {
|
||||||
|
"BaseUrl": "http://owl_host:80",
|
||||||
|
"Username": "admin",
|
||||||
|
"Password": "your_owl_password"
|
||||||
|
},
|
||||||
|
"MC4": {
|
||||||
|
"BaseUrl": "http://mc4_host:3000",
|
||||||
|
"Username": "admin",
|
||||||
|
"Password": "your_mc4_password",
|
||||||
|
"RateLimitPerSecond": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user