Config.json sample fix.
Ylian Saint-Hilaire committed
Jun 18, 2020 at 03:50 UTC
16ef3918c24e3b329dc7a6c4347fdd98436be162
1 file changed
+2
-2
sample-config-advanced.json
+2
-2
@@ -62,8 +62,8 @@
62
"name": "Local server name",
63
"info": "Information about this server"
64
},
65
- "_rlsOffload": "127.0.0.1,::1",
66
- "_rrustedProxy": "127.0.0.1,::1",
65
+ "_tlsOffload": "127.0.0.1,::1",
66
+ "_trustedProxy": "127.0.0.1,::1",
67
"_mpsPort": 44330,
68
"_mpsPortBind": "127.0.0.1",
69
"_mpsAliasPort": 4433,