We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fcc88 commit 1b12554Copy full SHA for 1b12554
src/main.go
@@ -23,7 +23,7 @@ type Config struct {
23
FactorioRconPort int `json:"rcon_port"`
24
FactorioRconPass string `json:"rcon_pass"`
25
FactorioCredentialsFile string `json:"factorio_credentials_file"`
26
- FactorioIP string `json:"factorio_ip"`
+ FactorioIP string `json:"factorio_ip"`
27
ServerIP string `json:"server_ip"`
28
ServerPort string `json:"server_port"`
29
MaxUploadSize int64 `json:"max_upload_size"`
0 commit comments