Newer
Older
gitbucket / gitbucket.conf.example
  1. ## gitbucket configuration
  2. # address to bind the the web port to
  3. GITBUCKET_WEB_BIND=127.0.0.1
  4.  
  5. # address ti bind the ssh port to
  6. GITBUCKET_SSH_BIND=127.0.0.1
  7.  
  8. # web port
  9. GITBUCKET_WEB_PORT=8080
  10.  
  11. # ssh port
  12. GITBUCKET_SSH_PORT=29418
  13.  
  14. # gitbucket user id. should be the same as your current user id.
  15. # use setUserID.sh
  16. GITBUCKET_USER_ID=9000
  17.  
  18.  
  19. ## database configuration
  20. # mysql root user password
  21. GITBUCKET_DATABASE_ROOT=83wwX7YMRKnVIsGIxPyPwu9u6SaZ
  22.  
  23. # database for gibucket
  24. GITBUCKET_DATABASE_NAME=gitbucket
  25.  
  26. # database user
  27. GITBUCKET_DATABASE_USER=gitbucket
  28.  
  29. # database password
  30. GITBUCKET_DATABASE_PASSWORD=QzB3htEVYNV5aKd1RLFZi9LcSd2F
  31.  
  32.  
  33. # Timezone one of /usr/share/zoneinfo
  34. TZ=Europe/Berlin