Skip to content

steam.json syntax

Bluscream edited this page Oct 22, 2020 · 1 revision
{
	"accounts": {
		"main": {
			"username": "",
			"botname": "",
			"email": "",
			"password": "",
			"id": "<STEAMID64>",
			"apikey": "<STEAM WEBAPI KEY>"
		},
		"alt": {
		}
	},
	"asf": {
		"url": "http://<LAN IP>:1242",
		"url_internal": "http://<LAN IP>:1242",
		"url_external": "https://<EXTERNAL IP>:1242",
		"token": "<ASF IPC Token>",
		"token_base64": ""
	}
}
Clone this wiki locally