Skip to content

Commit

Permalink
fix: typo in vault (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
EPortman authored Oct 30, 2024
1 parent 34109d3 commit 1552fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/auto-analyze/devops/vaults.gcp.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DATABASE_PASSWORD="op://namex/$APP_ENV/postgres-namex/DATABASE_PASSWORD"
DATABASE_NAME="op://namex/$APP_ENV/postgres-namex/DATABASE_NAME"
DATABASE_HOST="op://namex/$APP_ENV/postgres-namex/DATABASE_HOST"
DATABASE_PORT="op://namex/$APP_ENV/postgres-namex/DATABASE_PORT"
SOLR_SYNONYMS_API_URL="op://namex/$APP_ENV/auto-analyze/SOLR_SYNONYMS_API_URL"
SOLR_SYNONYMS_API_URL="op://API/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_URL"
JWT_OIDC_WELL_KNOWN_CONFIG="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_WELL_KNOWN_CONFIG"
JWT_OIDC_ALOGORITHMS="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_ALGORITHMS"
JWT_OIDC_ISSUER="op://keycloak/$APP_ENV/jwt-base/JWT_OIDC_ISSUER"
Expand Down

0 comments on commit 1552fc7

Please sign in to comment.