Skip to content

Commit dc33d37

Browse files
Added dynamic fp cluster support from env
1 parent 1078fb6 commit dc33d37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ext:
5050
api_secret: ${EXTENSION_API_SECRET}
5151
scopes: ""
5252
base_url: ${EXTENSION_BASE_URL}
53+
cluster: ${FP_API_DOMAIN:https://api.fynd.com}
5354
webhook:
5455
api_path: "/api/webhook-events"
5556
notification_email: "[email protected]"
@@ -58,3 +59,7 @@ ext:
5859
handler: sampleHandler
5960
category: "company"
6061
version: 1
62+
63+
64+
# To Enable Debug logging uncomment below line
65+
# logging.level.com.sdk: DEBUG

0 commit comments

Comments
 (0)