fix: add custom ssl certs

This commit is contained in:
2026-06-26 11:45:14 +01:00
parent 04683589ed
commit bc0e67a88c
4 changed files with 54 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@ Teamserver {
Host = "0.0.0.0"
Port = 40056
HttpsCert = "/app/profiles/teamserver.crt"
HttpsKey = "/app/profiles/teamserver.key"
Build {
Compiler64 = "/usr/bin/x86_64-w64-mingw32-gcc"
Compiler86 = "/usr/bin/i686-w64-mingw32-gcc"