tripwire/config.yaml

14 lines
431 B
YAML

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