Files
SPT-Server-Build/Libraries/SPTarkov.Server.Assets/SPT_Data/database/server.json
T
TheBombGamer 3a8b98618e Bind server to 0.0.0.0 and update .gitignore
Change server IPs in HTTP and database configs from 127.0.0.1 to 0.0.0.0 so services listen on all interfaces (ports unchanged).
2026-05-12 01:44:49 -07:00

6 lines
39 B
JSON

{
"ip": "0.0.0.0",
"port": 6969
}