##// END OF EJS Templates
fix(runtime): updated runtime template
super-admin -
Show More
@@ -4,7 +4,6 b''
4 4 TZ="UTC"
5 5
6 6 # Version of docker image to deploy and run
7 # rcstack will automatically update and adjust this if needed
8 7 # to set a custom version run ./rcstack cli set-runtime-image VER (e.g 5.0.0)
9 8 RC_VERSION=stable
10 9
@@ -28,6 +27,9 b' DB_NAME=rhodecode'
28 27 DB_USER=rhodecode
29 28 DB_PASSWORD=GENERATED_AT_BOOTSTRAP
30 29
30 # Database type used, can be postgres, mysql, none
31 DB_TYPE=postgres
32
31 33 # user/password for first admin user created for access
32 34 # this is a bootstrap super-admin account to access the web interface
33 35 RHODECODE_USER_EMAIL=admin@server-com
@@ -35,7 +37,7 b' RHODECODE_USER_NAME=admin'
35 37 RHODECODE_USER_PASS=secret4
36 38
37 39 # prependend to loki url prefix, this will be generated
38 # format is username:plaintext_password
40 # format is username:plaintext_password@
39 41 RC_LOKI_AUTH=loki-auth:password@
40 42
41 43 # base url for running app, this is used for traefik hasname matching, so accessing this host will redirect
@@ -49,4 +51,4 b' RC_APP_BASE_URL=http://base-url'
49 51
50 52 # use celery workers/scheduler
51 53 RC_USE_CELERY=true
52
54 RC_CELERY_BROKER_URL=redis://redis:6379/8
General Comments 0
You need to be logged in to leave comments. Login now