Skip to content

Commit

Permalink
Merge pull request #17 from gofynd/added-dynamic-cluster-support-from…
Browse files Browse the repository at this point in the history
…-env-FPCO-39926

Added dynamic fp cluster support from env
  • Loading branch information
vivek-gofynd authored Nov 5, 2024
2 parents 822e3a8 + 4b75dd0 commit ae444a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ext:
api_secret: ${EXTENSION_API_SECRET}
scopes: ""
base_url: ${EXTENSION_BASE_URL}
cluster: ${FP_API_DOMAIN:https://api.fynd.com}
webhook:
api_path: "/api/webhook-events"
notification_email: "[email protected]"
Expand All @@ -58,3 +59,5 @@ ext:
category: "company"
version: 1

# To Enable Debug logging uncomment below line
# logging.level.com.sdk: DEBUG

0 comments on commit ae444a2

Please sign in to comment.