From 96549af4140ffd2afda46fa8c0d57b74954c5ba4 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 1 Oct 2020 00:04:30 +0200 Subject: [PATCH] Add config.json to publish output --- src/Impostor.Server/Impostor.Server.csproj | 18 ++++++++++++++---- src/Impostor.Server/config.json | 14 -------------- 2 files changed, 14 insertions(+), 18 deletions(-) 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 -- 2.39.5