Files
WS14-Docker-Linux-Server/appsettings.yml
wylab 050061a7aa
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
config: Update watchdog instance to wylab with CDN manifest
2025-12-16 07:42:51 +01:00

54 lines
1.4 KiB
YAML

Logging:
LogLevel:
Default: "Information"
Microsoft: "Warning"
Microsoft.Hosting.Lifetime: "Information"
SS14: "Debug"
Serilog:
Using: [ "Serilog.Sinks.Console" ]
MinimumLevel:
Default: Information
Override:
SS14: Information
Microsoft: "Warning"
Microsoft.Hosting.Lifetime: "Information"
Microsoft.AspNetCore: Warning
WriteTo:
- Name: Console
Args:
OutputTemplate: "[{Timestamp:HH:mm:ss} {Level:u3} {SourceContext}] {Message:lj}{NewLine}{Exception}"
Enrich: [ "FromLogContext" ]
AllowedHosts: "*"
# Force Kestrel to bind to 0.0.0.0 (IPv4) instead of [::] (IPv6)
# This fixes the Host header issue with http://[::]:8080
Urls: "http://0.0.0.0:8080"
# API URL your watchdog is accessible from.
# This NEEDS to be reachable by the game server.
# If you don't want the watchdog to be public,
# do `http://localhost:8080/` here.
#BaseUrl: https://your.domain.com/watchdog/
BaseUrl: http://localhost:8080/
Servers:
Instances:
wylab:
Name: "WyLab Station 14"
ApiToken: "foobar"
ApiPort: 1212
TimeoutSeconds: 120
# Override the baseUrl to use localhost instead of [::]
EnvironmentVariables:
ROBUST_CVAR_watchdog__baseUrl: "http://localhost:8080/"
# Auto update from WyLab CDN
UpdateType: "Manifest"
Updates:
ManifestUrl: "https://cdn.wylab.me/fork/wylab/manifest"