tripwire/config.yaml

12 lines
339 B
YAML
Raw Normal View History

2022-06-25 22:09:27 +00:00
# The primary domain the Tripwire instance is hosted on.
# It shouldn't be a local IP in production.
baseUrl: "localhost:10000"
# 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