Profiles - epam/acuity GitHub Wiki
Application utilizes several profiles which are set in env. files in acuity-docker part of application
For more details please check comments in acuity-docker/.env.dev and acuity-docker/.env
Enabling profiles turns on different spring configuration which are stored in
acuity-docker/acuity-spring-configs
-
dev- launch application for dev environment -
prod- launch application for prod environment
-
local-no-security- disables application authentication (use for local start-up only) -
azure-sso- enable Azure AD authentication
Enable different file-storages for ACUITY
-
local-storage- enables local-file storage which mountsacuity-docker/local-file-storagedirectory tousr/root/local-file-storagedir toACUITY Admin's docker container -
azure-storage- enables Azure Files Share as a source folder -
smb-storage- enables smb file shares for ACUITY
-
remote-config- this profile enablesconfig-serverto share configuration files fromacuity-docker/acuity-spring-configsfolder with all ACUITY applications in docker network. -
local-config- used for development purposes only to start distinct application and make specific folder as configuration source, please seeDeveloper's sectionof corresponding app repository for more details