You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bonita/content.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -93,22 +93,22 @@ It can be a good practice to mount the following folders into volumes
93
93
94
94
When you start the bonita image, you can adjust the configuration of the Bonita instance by passing one or more environment variables on the docker run command line.
95
95
96
-
### PLATFORM_PASSWORD
97
-
98
-
This environment variable is recommended for you to use the Bonita image. It sets the platform administrator password for Bonita. If it is not specified, the default password `platform` will be used.
99
-
100
96
### PLATFORM_LOGIN
101
97
102
98
This optional environment variable is used in conjunction with PLATFORM_PASSWORD to define the username for the platform administrator. If it is not specified, the default username `platformAdmin` will be used.
103
99
104
-
### TENANT_PASSWORD
100
+
### PLATFORM_PASSWORD
105
101
106
-
This environment variable is recommended for you to use the Bonita image. It sets the tenant administrator password for Bonita. If it is not specified, the default password `install` will be used.
102
+
This environment variable is recommended for you to use the Bonita image. It sets the platform administrator password for Bonita. If it is not specified, the default password `platform` will be used.
107
103
108
104
### TENANT_LOGIN
109
105
110
106
This optional environment variable is used in conjunction with TENANT_PASSWORD to define the username for the tenant administrator. If it is not specified, the default username `install` will be used.
111
107
108
+
### TENANT_PASSWORD
109
+
110
+
This environment variable is recommended for you to use the Bonita image. It sets the tenant administrator password for Bonita. If it is not specified, the default password `install` will be used.
111
+
112
112
### MONITORING_USERNAME
113
113
114
114
This optional environment variable is used in conjunction with `MONITORING_PASSWORD` to define the access to endpoints protected with [BASIC Auth access](https://en.wikipedia.org/wiki/Basic_access_authentication): it is used for the JMX remote access. If it is not specified, the default monitoring username `monitoring` will be used.
@@ -131,10 +131,10 @@ This optional environment variable is used to configure the HTTP API Basic acces
131
131
This optional environment variable is used to enable/disable the access to the https://docs.oracle.com/en/java/javase/11/management/using-jconsole.html[JMX console] from a remote machine. +
132
132
Default value is *false*. +
133
133
The host to connect to is the name / IP address of the bonita server, the port to connect to is 9000. +
134
-
The credentials to connect are the environment variables xref:#MONITORING_USERNAME[MONITORING_USERNAME], xref:#MONITORING_PASSWORD[MONITORING_PASSWORD].
134
+
The credentials to connect are the environment variables [MONITORING_USERNAME](#MONITORING_USERNAME), [MONITORING_PASSWORD](#MONITORING_PASSWORD).
135
135
136
136
### REMOTE_IP_VALVE_ENABLED
137
-
This optional environment variable allows to activate/deactivate xref:runtime:reverse-proxy-configuration.adoc[reverse proxy redirection]. Default value is *false*.
137
+
This optional environment variable allows to activate/deactivate [reverse proxy redirection](https://documentation.bonitasoft.com/bonita/latest/runtime/reverse-proxy-configuration). Default value is *false*.
138
138
139
139
### ACCESSLOGS_STDOUT_ENABLED
140
140
This optional environment variable allows to activate/deactivate writing Tomcat access logs to standard output. Default value is *false*.
@@ -199,7 +199,7 @@ The logger can be configured by mounting a volume on folder `/opt/bonita/conf/lo
For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/2022.1/version-update/migrate-from-an-earlier-version-of-bonita).
298
+
For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).
0 commit comments