File tree Expand file tree Collapse file tree
examples/config files - basic Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2929integration :
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
Original file line number Diff line number Diff 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
2828enterprise :
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
You can’t perform that action at this time.
0 commit comments