Files
ServerStatistics/src/etc/serverstatistics.yaml
2025-10-04 15:50:33 +08:00

7 lines
193 B
YAML

Name: ServerStatistics
Host: 0.0.0.0
Port: 8888
Database:
DSN: "${DATABASE_DSN}" # postgres: host=localhost port=5432 user=postgres password=your_password dbname=steam_union sslmode=disable