Skip to content

Commit

Permalink
Merge pull request #1939 from TAMULib/sprint1-new_env_variables-to_up…
Browse files Browse the repository at this point in the history
…stream

Add new environment variables to the example environment file.
  • Loading branch information
smutniak authored May 10, 2024
2 parents 79dae27 + 0e35353 commit 3ba8e53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################
# Create a .env file next to
# Create a .env file next to
# this one with actual values.
##############################

Expand Down Expand Up @@ -30,12 +30,14 @@ SPRING_DATASOURCE_DRIVERCLASSNAME=org.postgresql.Driver
SPRING_DATASOURCE_USERNAME=vireo
SPRING_DATASOURCE_PASSWORD=vireo


# location to place templated appConfig.js
APP_PATH=/var/vireo
# must match directory of APP_PATH
APP_CONFIG_URI=file:/var/vireo/appConfig.js
APP_ASSETS_URI=file:/var/vireo/
#APP_DATALOADER_INITIALIZE=false
#APP_FILTER_EMBARGOTYPENONE=None
#APP_FILTER_SUBMISSIONTYPENONE=Unknown

AUTH_SECURITY_JWT_SECRET=verysecretsecret
AUTH_SECURITY_JWT_ISSUER=vireo
Expand Down

0 comments on commit 3ba8e53

Please sign in to comment.