##// END OF EJS Templates
docker-stack: unified config paths
docker-stack: unified config paths

File last commit:

r13:9a9fb7ef
r19:abc20d9b
Show More
.env
27 lines | 660 B | text/plain | TextLexer
COMPOSE_PROJECT_NAME=rc_cluster
TZ="UTC"
# Version to deploy and run
RC_VERSION="4.27.1"
# Database access credentials
DB_NAME=rhodecode
DB_USER=rhodecode
DB_PASSWORD=hUc1adS7oDd6Oj3in3
# base url for running app
RHODECODE_BASE_URL=http://localhost:8888
# HTTP and HTTPS ports for running app
RC_HTTP_PORT=8888
RC_HTTPS_PORT=8443
# SSH Port exposed, increased security is to not used default 22
RC_SSH_PORT=9022
# user/password for first admin user created for access
RHODECODE_USER_EMAIL=admin@rhodecode.com
RHODECODE_USER_NAME=admin
RHODECODE_USER_PASS=secret4
## New since 4.27.0, default GIT branch name can be changed
GIT_DEFAULT_BRANCH_NAME=master