Skip to content

Commit

Permalink
Update default values.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbryer committed Jan 20, 2025
1 parent 2d8063f commit 190d55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish-schema/src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
class Config:
PROJECT_ID = get_value_from_env("PROJECT_ID", "ons-sds-jb")
PROCESS_TIMEOUT = int(get_value_from_env("PROCESS_TIMEOUT", "540"))
SDS_URL = get_value_from_env("API_URL", "https://34.120.41.215.nip.io")
SDS_URL = get_value_from_env("API_URL", "")
SECRET_ID = get_value_from_env("SECRET_ID", "oauth-client-name")
GITHUB_URL = get_value_from_env("GITHUB_URL", "https://raw.githubusercontent.com/ONSdigital/sds-prototype-schema/refs/heads/SDSS-823-schema-publication-automation-spike/")
GITHUB_URL = get_value_from_env("GITHUB_URL", "https://raw.githubusercontent.com/ONSdigital/sds-prototype-schema/refs/heads/main/")
POST_SCHEMA_ENDPOINT = get_value_from_env("POST_SCHEMA_URL", "/v1/schema?survey_id=")
GET_SCHEMA_METADATA_ENDPOINT = get_value_from_env("GET_SCHEMA_METADATA_URL", "/v1/schema_metadata?survey_id=")

Expand Down

0 comments on commit 190d55b

Please sign in to comment.