mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
# Bind host
|
|
#GITBUCKET_HOST=0.0.0.0
|
|
|
|
# Server port
|
|
#GITBUCKET_PORT=8080
|
|
|
|
# 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=
|