Skip to content

Commit

Permalink
fix app.json, add new settings to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Jan 22, 2025
1 parent 80242f2 commit 75cbc69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@
"description": "Token to access the status API.",
"required": false
},
"UNIFIED_ECOMMERCE_URL": {
"description": "The base URL for Unified Ecommerce.",
"required": false
},
"USE_X_FORWARDED_HOST": {
"description": "Set HOST header to original domain accessed by user",
"required": false
Expand Down
1 change: 1 addition & 0 deletions main/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_get_js_settings(settings, rf):
"features": {},
"posthog_api_token": settings.POSTHOG_PROJECT_API_KEY,
"posthog_api_host": settings.POSTHOG_API_HOST,
"unified_ecommerce_url": settings.UNIFIED_ECOMMERCE_URL,
}


Expand Down

0 comments on commit 75cbc69

Please sign in to comment.