diff --git a/sample.env b/sample.env index 67c8afff1..5d766a31b 100644 --- a/sample.env +++ b/sample.env @@ -16,12 +16,9 @@ ####################################################################################### # General Environment Configuration ####################################################################################### -# This is used by the gradle.build file to decide which version of the form-flow library -# to pull in. -# Values are `dev` and unset. Leaving this unset implies we are operating in a cloud / docker -# environment, where we will pull the form-flow library jar in it's publish version. -# If set to `dev` we will use the locally compiled form-flow library as specified in the build.gradle file. -SPRING_PROFILES_ACTIVE= +# This is used by the gradle.build file to decide which Spring profile the application is +# running in -- dev, test, demo, staging, production. +SPRING_PROFILES_ACTIVE=dev ####################################################################################### # Cloud repository configuration @@ -46,13 +43,6 @@ AZURE_SECRET_KEY= SMARTY_AUTH_ID= SMARTY_AUTH_TOKEN= -####################################################################################### -# Virus Scanning Configuration -####################################################################################### -# Location of the clammit virus scanning service used to verify that uploaded files do not -# have a virus. -CLAMAV_URL= - ####################################################################################### # Localhost SSL cert password ####################################################################################### @@ -100,6 +90,15 @@ DOCUMENT_TRANSFER_SERVICE_URL= DOCUMENT_TRANSFER_SERVICE_CONSUMER_ID= DOCUMENT_TRANSFER_SERVICE_AUTH_TOKEN= +####################################################################################### +# CCMS values in LastPass, these don't need to be set in dev unless +# you're actively testing transfer of documents to CCMS +####################################################################################### +CCMS_API_SUBSCRIPTION_KEY= +CCMS_API_BASE_URL= +CCMS_API_USERNAME= +CCMS_API_PASSWORD= + ####################################################################################### # Feature flags #######################################################################################