-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Tomcat8 configuration
I will add more info as i discover (@tlcd96)
/var/lib/tomcat8/conf/catalina.properties
To set Maximum file upload, add to the end of catalina.properties
gitbucket.maxFileSize=(Size in KB)
To Set the Upload Timeout, add to the end of catalina.properties
gitbucket.UploadTimeout=(time*1000)
(the 1000 is the time in milliseconds, put the value after the multiplication)
for example:
30 seconds is gitbucket.UploadTimeout=30000
(i do not recommend changing this if you don't know what is does)
to change the gitbucket home, add to the end of catalina.properties
gitbucket.home=(DIR)
the rest of the configurations, as showed above, are in the same aspect as shown
the configurations that you can configure in the catalina.properties are:
the config to add to catalina.properties is:
logback.configurationFile=(dir)\logback.xml
see: Tracing and Logging for more info.
gitbucket.maxFileSize
gitbucket.UploadTimeout
gitbucket.home
gitbucket.pluginDir
gitbucket.validate.password
logback.configurationFile