Skip to content

Commit

Permalink
Adding keys to sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
cram-cfa committed Feb 24, 2025
1 parent 03d6e22 commit 2c33baf
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#######################################################################################
Expand Down Expand Up @@ -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
#######################################################################################
Expand Down

0 comments on commit 2c33baf

Please sign in to comment.