symphonyoss / helpdesk-bot

Symphony HelpDesk BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify configuration across all modules

ftbb opened this issue · comments

Currently configuration is duplicated for each module, which was fit for purpose at the time of IP integration.

This work would involve combining all configuration into a single common module and properties file.

It is critical that key properties are identifiable as environment variables, which override all other settings.

Order: Environment (1), System Properties (2), configuration properties (3)

Environment variables are widely used in a continuous delivery model to support the creation of new environments (JIT).

Implemented on commit : 0e612e2