Skip to content

Commit

Permalink
Update solr base in gcp build
Browse files Browse the repository at this point in the history
  • Loading branch information
EPortman authored Jan 21, 2025
1 parent ca14b49 commit 9d9e19a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class Config(object):

SQLALCHEMY_TRACK_MODIFICATIONS = False

SOLR_BASE_URL = os.getenv('SOLR_BASE_URL', None)
# TO_DO (CHANGE THIS VALUE IN ONEPASSWORD SO IT WORKS WITH GCP, POINT TO IT, SO DONT HAVE TO HARDCOAT)
# SOLR_BASE_URL = os.getenv('SOLR_BASE_URL', None)
SOLR_BASE_URL = "https://namex-solr-dev.apps.silver.devops.gov.bc.ca"

SOLR_SYNONYMS_API_URL = f'{os.getenv("SOLR_SYNONYMS_API_URL", None)}{os.getenv("SOLR_SYNONYMS_API_VERSION", None)}'

Expand Down

0 comments on commit 9d9e19a

Please sign in to comment.