-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
44 lines (30 loc) · 1.27 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
; Factorio As A Service Config File
[DEFAULT]
experimental=no
; Path of the factorio directory (be sure to have write permission)
factorio-path=/path/to/factorio/root/directory
; Path of your saved game
save-path=/path/to/save/file.zip
; User that will execute the service.
; /!\ root is a pretty bad choice for security reason, change it with your desired user
user=root
; If set to yes, you have to you have to specify the path in 'settings-path'
custom-settings-path=no
; Path of the server settings file
; settings-path=/absolute/path/to/server-settings.json
; Beyond this point, the configuration should be ok for everyone. Change it only if you are sure of what you are doing!
; ---------------------------------------------------------------------------------------------------------------------
; Path of the binary INSIDE the factorio directory
; Default: bin-path=bin/x64/factorio
bin-path=bin/x64/factorio
[SERVICE]
; Name of the service
; Default: service-name=factorio.service
service-name=factorio.service
[WEBSITE]
; Default: baseurl="https://www.factorio.com"
baseurl=https://www.factorio.com
; Default: stablepage=/download-headless
stablepage=/download-headless
;Default: experimentalpage=/download-headless/experimental
experimentalpage=/download-headless/experimental