feat(deployment): add secure Linux runtime (#17)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"Rendezvous": {
|
||||
"Deployment": {
|
||||
"PublicHttpBaseUrl": "",
|
||||
"PublicUdpHost": "",
|
||||
"PublicUdpPort": 9050,
|
||||
"DrainDeadlineSeconds": 30,
|
||||
"MinimumDrainSeconds": 1,
|
||||
"SingleActiveInstance": true,
|
||||
"AllowPrivatePublicEndpoints": false
|
||||
},
|
||||
"Udp": {
|
||||
"ListenAddress": "0.0.0.0",
|
||||
"Port": 9050,
|
||||
|
||||
Reference in New Issue
Block a user