tripwire/config.yaml

17 lines
518 B
YAML
Raw Permalink Normal View History

2022-06-25 22:09:27 +00:00
# The primary domain the Tripwire instance is hosted on.
2022-06-26 00:03:30 +00:00
# If you are proxying Tripwire, include the port number your proxy uses.
# If not, it will use the regular port number.
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
2022-06-26 00:03:30 +00:00
# The port number Tripwire will listen on.
portNumber: "8080"
# The protocol to be used for Tripwire.
2022-06-25 22:09:27 +00:00
protocol: "http://"
2022-06-25 03:25:49 +00:00
2022-06-26 00:03:30 +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