1
0
mirror of synced 2024-12-01 01:07:18 +01:00
GC-local-server-rewrite/MainServer/Configurations/server.json

16 lines
261 B
JSON

{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:80"
},
"Https": {
"Url": "https://0.0.0.0:443"
},
"Test": {
"Url": "http://0.0.0.0:5107"
}
}
},
"ServerIp": "127.0.0.1"
}