mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-30 10:06:07 +01:00
21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
# Bind host
|
|
#GITBUCKET_HOST=0.0.0.0
|
|
|
|
# Server port
|
|
#GITBUCKET_PORT=8080
|
|
|
|
# Force HTTPS scheme
|
|
#GITBUCKET_HTTPS=false
|
|
|
|
# Data directory (GITBUCKET_HOME/gitbucket)
|
|
#GITBUCKET_HOME=/var/lib/gitbucket
|
|
|
|
# Path to the WAR file
|
|
#GITBUCKET_WAR_FILE=/usr/share/gitbucket/lib/gitbucket.war
|
|
|
|
# URL prefix for the GitBucket page (http://<host>:<port>/<prefix>/)
|
|
#GITBUCKET_PREFIX=
|
|
|
|
# Other Java option
|
|
#GITBUCKET_JVM_OPTS=
|