tripwire/config.yaml

14 lines
431 B
YAML
Raw Normal View History

2022-06-25 22:09:27 +00:00
# The primary domain the Tripwire instance is hosted on.
2022-06-25 23:59:40 +00:00
# To specify a port, use a colon after the domain, then the port number.
# (e.g example.com:1234)
2022-06-25 22:09:27 +00:00
# It shouldn't be a local IP in production.
2022-06-25 23:59:40 +00:00
baseUrl: "localhost"
2022-06-25 22:09:27 +00:00
# The protocol to be used for Tripwire
protocol: "http://"
2022-06-25 03:25:49 +00:00
# Show debug output (if unsure, set to false)
debugMode: true
2022-06-25 03:25:49 +00:00
# The maximum size (in bytes) of a skin/cape that can be uploaded.
maxTextureSize: 8096