]> git.deb.at Git - rhonda/impostor.git/commitdiff
Fix docker build
authorAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 23:05:33 +0000 (01:05 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 23:05:33 +0000 (01:05 +0200)
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/config.full.json [new file with mode: 0644]

index e4f07f07f513af2db1a496146a38757186aab819..eeb727fd8f8a46c4af7e57f9436ed7a958dbfce4 100644 (file)
@@ -39,7 +39,7 @@
       </Content>
       <Content Include="config.full.json">
         <CopyToPublishDirectory>Never</CopyToPublishDirectory>
-        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        <CopyToOutputDirectory>Never</CopyToOutputDirectory>
         <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
       </Content>
     </ItemGroup>
diff --git a/src/Impostor.Server/config.full.json b/src/Impostor.Server/config.full.json
new file mode 100644 (file)
index 0000000..d64bd7f
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "Server": {
+    "PublicIp": "127.0.0.1",
+    "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