...
Environmental Variable Update
MongoDB service
- MONGOMONGODB_INITDBADMIN_USER=<DB ROOT USER>
MONGODB_ADMIN_USERNAME=<your username>
- MONGO_INITDB_ROOT_PASSWORD=<your password>PASS=<DB ROOT PASSWORD>
MONGODB_APPLICATION_USER=<DB APPLICATION USER>
MONGODB_APPLICATION_PASS=<DB APPLICATION PASSWORD>
CustomAPI
- dbusername=<application username>
- dbpassword=<application password>spring.data.mongodb.username=<DB APPLICATION USER>
- spring.data.mongodb.password=<DB APPLICATION PASSWORD>
- auth.secret=<auth secret>
- aesEncryptionKey=
Update Database Login Credentials for all containers.
IP Address Update
Installing in Serverless Cloud
Upgrade<aesEncryptionKey>
- forgotPassword.uiHost=<DNS / IP>
- corsFilterValidOrigin=<DNS/IP>
- versionnumber=<Current version released>
UI service
- DNS_SSL=<Your IP address>
Jira-Processor
spring.data.mongodb.username=<DB APPLICATION USER>
spring.data.mongodb.password=<DB APPLICATION PASSWORD>
aesEncryptionKey=<aesEncryptionKey>
devops-processor
spring.data.mongodb.username=<DB APPLICATION USER>
spring.data.mongodb.password=<DB APPLICATION PASSWORD>
aesEncryptionKey=<aesEncryptionKey>
azure-board-processor
spring.data.mongodb.username=<DB APPLICATION USER>
spring.data.mongodb.password=<DB APPLICATION PASSWORD>
aesEncryptionKey=<aesEncryptionKey>
azure-pipeline-repo
spring.data.mongodb.username=<DB APPLICATION USER>
spring.data.mongodb.password=<DB APPLICATION PASSWORD>
aesEncryptionKey=<aesEncryptionKey>