From: AeonLucid Date: Wed, 30 Sep 2020 22:04:30 +0000 (+0200) Subject: Add config.json to publish output X-Git-Tag: v1.1.0~1^2~13 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=96549af4140ffd2afda46fa8c0d57b74954c5ba4;p=rhonda%2Fimpostor.git Add config.json to publish output --- diff --git a/src/Impostor.Server/Impostor.Server.csproj b/src/Impostor.Server/Impostor.Server.csproj index 617d290..20e46ed 100644 --- a/src/Impostor.Server/Impostor.Server.csproj +++ b/src/Impostor.Server/Impostor.Server.csproj @@ -9,6 +9,7 @@ Copyright © AeonLucid 2020 1.0.0 icon.ico + None @@ -24,12 +25,21 @@ - + + Always PreserveNewest - - + true + + + Never PreserveNewest - + true + + + Never + PreserveNewest + true + diff --git a/src/Impostor.Server/config.json b/src/Impostor.Server/config.json index d64bd7f..f969cbf 100644 --- a/src/Impostor.Server/config.json +++ b/src/Impostor.Server/config.json @@ -4,19 +4,5 @@ "PublicPort": 22023, "ListenIp": "0.0.0.0", "ListenPort": 22023 - }, - "ServerRedirector": { - "Enabled": false, - "Master": true, - "Locator": { - "Redis": "127.0.0.1.6379", - "UdpMasterEndpoint": "127.0.0.1:32320" - }, - "Nodes": [ - { - "Ip": "127.0.0.1", - "Port": 22024 - } - ] } } \ No newline at end of file