Skip to content

Commit

Permalink
fix: typo in vault (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
EPortman authored Oct 29, 2024
1 parent 51f0dad commit 33fb737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr-synonyms-api/devops/vaults.gcp.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SOLR_SYNONYMS_API_FLASK_SECRET_KEY="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_FLASK_SECRET_KEY"
SOLR_SYNONYMS_API_DATABASE_USERNAME="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_DATABASE_USERNAME"
SOLR_SYNONYMS_API_DATABASE_PASSWORD="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONMS_API_DATABASE_PASSWORD"
SOLR_SYNONYMS_API_DATABASE_PASSWORD="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_DATABASE_PASSWORD"
SOLR_SYNONYMS_API_DATABASE_HOST="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_DATABASE_HOST"
SOLR_SYNONYMS_API_DATABASE_NAME="op://namex/$APP_ENV/solr-synonyms-api/SOLR_SYNONYMS_API_DATABASE_NAME"

0 comments on commit 33fb737

Please sign in to comment.