david/factoriocp
david
/
factoriocp
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
factoriocp/factoriocp.conf.sample

22 lines
442 B
Plaintext
Raw Normal View History

2016-11-19 19:01:21 +01:00
# factoriocp sample configfile
# rename this file to app.conf
[DEFAULT]
app_name=factoriocp
cookie_name=factoriocp
cookie_max_age=3600
cookie_secret=something secret like this 0rE5vYvF 0rDbj5Io Z0h28k-k 12jtcRW0
static_files=/path/to/static/files
[server]
host=localhost
port=8000
debug=True
2016-11-22 00:40:57 +01:00
fqdn=factorio.socialnerds.org
2016-11-19 19:01:21 +01:00
[factorio]
path=/path/to/factorio/servers
users=username anotheruser athirduser
2016-11-22 09:08:59 +01:00
# this is the lowest port
port=34197