Skip to content

Commit e62843a

Browse files
committed
tweak position of org_id in UMAPI configs
1 parent 60694cf commit e62843a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/config files - basic/connector-adobe-console.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ server:
2727
# client_id and client_secret can be stored in plaintext or can be secured (see below)
2828
# See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sync_from_console.html#integration-settings
2929
integration:
30-
org_id: "Org ID goes here"
3130
client_id: "Client ID goes here"
3231
client_secret: "Client secret goes here"
32+
org_id: "Org ID goes here"
3333

3434
# NOTE: Credentials can be stored securely with these options
3535
# secure_client_id_key: my_client_id

examples/config files - basic/connector-umapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ server:
2626
# client_id and client_secret can be stored in plaintext or can be secured (see below)
2727
# See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/connect_adobe.html#enterprise-settings
2828
enterprise:
29-
org_id: "Org ID goes here"
3029
client_id: "Client ID goes here"
3130
client_secret: "Client secret goes here"
31+
org_id: "Org ID goes here"
3232

3333
# NOTE: Credentials can be stored securely with these options
3434
# secure_client_id_key: my_client_id

0 commit comments

Comments
 (0)