...
Variable | Description | Default Value | Required | Notes | ||||
---|---|---|---|---|---|---|---|---|
| A secret string for encrypting access tokens. Ensure it is unique and secure. | None | Yes | There is no default value, set the arbitrary string or generate some random string. | ||||
| Password for default system user which could be used on first install. After the backend service first starts, you will be able to login into the app via: username: service-admin | None | Yes | Password for service user stores as a hashed string by bcryptjs. After user creation in Mongodb, you may remove this password from .env. | ||||
| MongoDB server's domain name or IP address. |
| Yes | Inside the docker network, container names could be used as domain names to access the resource. If you are not using Docker for the MongoDB database, set the IP address or domain name as the value for this variable. | ||||
| Username of a root user from which account would be created a connection to the MongoDB. | None | Yes | |||||
| Password of a root user from which account would be created a connection to the MongoDB. | None | Yes | If you are using the default Apliqo UX setup. On first install | ||||
| Description: MongoDB uses a connection variant.
|
| Yes | If you don't have your dedicated MongoDB server - use the default value. | ||||
| Hostname for the Redis database, used for caching and queues. |
| Yes | Inside the docker network, container names could be used as domain names to access the resource. If you are not using Docker for the Redis database, set an IP address or domain name as the value for this variable. | ||||
| Port on the machine where docker is running to access the MongoDB. | None | No | |||||
| Apliqo Content Store database name in MongoDB server. |
| No | |||||
| MongoDB server's port. |
| No | |||||
| Database inside MongoDB server which stores users and their permission in MongoDB. |
| No | |||||
| Port on which the backend server runs inside the Docker container. |
| No | |||||
| Port on which the backend server is accessible from machine IP. Docker bridges |
| No |
| Hostname for the Redis database, used for caching and queues. |
| No Inside the docker network, container names could be used as domain names to access the resource. If you are not using Docker for the Redis database, set an IP address or domain name as the value for this variable. | |
| Variable to control the SSL verification for all TM1 API requests. Available values: 0 or 1 |
| No |
...