Skip to content

Commit

Permalink
change_papertrail_to_any_working_value_refract_gcp_url_for_example
Browse files Browse the repository at this point in the history
Signed-off-by: Basma1912 <basad@mozilla.com>
  • Loading branch information
Basma1912 committed Aug 30, 2024
1 parent 56db113 commit f857921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refractr/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def REPONAME(self):
def PAPERTRAIL_URL(self):
# NOTE this is a ugly hack to give a fake url when this env var is
# not supplied.
return self('PAPERTRAIL_URL', 'prod.refractr.mozit.cloud')
return self('PAPERTRAIL_URL', 'prod.refractr.prod.webservices.mozgcp.net.')

@property
@lru_cache()
Expand Down

0 comments on commit f857921

Please sign in to comment.