@@ -13,26 +13,27 @@ For bleeding-edge/unstable version, use `gluufederation/monolith:5.0.0_dev`.
13
13
14
14
The following environment variables are supported by the container:
15
15
16
- | ENV | Description | Default |
17
- | -------------------------| --------------------------------------------------| --------------------------------------------------|
18
- | ` CN_HOSTNAME ` | Hostname to install gluu with. | ` demoexample.gluu.org ` |
19
- | ` CN_ADMIN_PASS ` | Password of the admin user. | ` 1t5Fin3#security ` |
20
- | ` CN_ORG_NAME ` | Organization name. Used for ssl cert generation. | ` Gluu ` |
21
- | ` CN_EMAIL ` | Email. Used for ssl cert generation.
| ` [email protected] ` |
22
- | ` CN_CITY ` | City. Used for ssl cert generation. | ` Austin ` |
23
- | ` CN_STATE ` | State. Used for ssl cert generation | ` TX ` |
24
- | ` CN_COUNTRY ` | Country. Used for ssl cert generation. | ` US ` |
25
- | ` CN_INSTALL_LDAP ` | ** NOT SUPPORRTED YET** | ` false ` |
26
- | ` CN_INSTALL_CONFIG_API ` | Installs the Config API service. | ` true ` |
27
- | ` CN_INSTALL_SCIM ` | Installs the SCIM API service. | ` true ` |
28
- | ` CN_INSTALL_FIDO2 ` | Installs the FIDO2 API service. | ` true ` |
29
- | ` CN_INSTALL_CLIENT_API ` | Installs the CLIENT API service. | ` true ` |
30
- | ` CN_INSTALL_CASA ` | Installs the Casa service. | ` true ` |
31
- | ` CN_INSTALL_ADMIN_UI ` | Installs the Admin UI service. | ` true ` |
32
- | ` MYSQL_DATABASE ` | MySQL gluu flex database. | ` gluu ` |
33
- | ` MYSQL_USER ` | MySQL database user. | ` gluu ` |
34
- | ` MYSQL_PASSWORD ` | MySQL database user password. | ` 1t5Fin3#security ` |
35
- | ` MYSQL_HOST ` | MySQL host. | ` mysql ` which is the docker compose service name |
16
+ | ENV | Description | Default |
17
+ | -------------------------| ---------------------------------------------------| --------------------------------------------------|
18
+ | ` CN_HOSTNAME ` | Hostname to install gluu with. | ` demoexample.gluu.org ` |
19
+ | ` CN_ADMIN_PASS ` | Password of the admin user. | ` 1t5Fin3#security ` |
20
+ | ` CN_ORG_NAME ` | Organization name. Used for ssl cert generation. | ` Gluu ` |
21
+ | ` CN_EMAIL ` | Email. Used for ssl cert generation.
| ` [email protected] ` |
22
+ | ` CN_CITY ` | City. Used for ssl cert generation. | ` Austin ` |
23
+ | ` CN_STATE ` | State. Used for ssl cert generation | ` TX ` |
24
+ | ` CN_COUNTRY ` | Country. Used for ssl cert generation. | ` US ` |
25
+ | ` IS_FQDN_REGISTERED ` | If a DNS record has been added for the docker vm. | ` false ` |
26
+ | ` CN_INSTALL_LDAP ` | ** NOT SUPPORTED YET** | ` false ` |
27
+ | ` CN_INSTALL_CONFIG_API ` | Installs the Config API service. | ` true ` |
28
+ | ` CN_INSTALL_SCIM ` | Installs the SCIM API service. | ` true ` |
29
+ | ` CN_INSTALL_FIDO2 ` | Installs the FIDO2 API service. | ` true ` |
30
+ | ` CN_INSTALL_CLIENT_API ` | Installs the CLIENT API service. | ` true ` |
31
+ | ` CN_INSTALL_CASA ` | Installs the Casa service. | ` true ` |
32
+ | ` CN_INSTALL_ADMIN_UI ` | Installs the Admin UI service. | ` true ` |
33
+ | ` MYSQL_DATABASE ` | MySQL gluu flex database. | ` gluu ` |
34
+ | ` MYSQL_USER ` | MySQL database user. | ` gluu ` |
35
+ | ` MYSQL_PASSWORD ` | MySQL database user password. | ` 1t5Fin3#security ` |
36
+ | ` MYSQL_HOST ` | MySQL host. | ` mysql ` which is the docker compose service name |
36
37
37
38
38
39
## Pre-requisites
0 commit comments