Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Fresh Installation

Installing Via Compose file -

Environmental Variable Update

MongoDB service

MONGODB_ADMIN_USER=<DB ROOT USER>
MONGODB_ADMIN_PASS=<DB ROOT PASSWORD>
MONGODB_APPLICATION_USER=<DB APPLICATION USER>
MONGODB_APPLICATION_PASS=<DB APPLICATION PASSWORD>

CustomAPI
- spring.data.mongodb.username=<DB APPLICATION USER>
- spring.data.mongodb.password=<DB APPLICATION PASSWORD>

- auth.secret=<auth secret>

- aesEncryptionKey=<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>

  • No labels