# The primary domain the Tripwire instance is hosted on. # If you are proxying Tripwire, include the port number your proxy uses. # If not, it will use the regular port number. # It shouldn't be a local IP in production. baseUrl: "localhost" # The port number Tripwire will listen on. portNumber: "8080" # 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