Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry.lock
.DS_Store
.idea/
.ipynb_checkpoints/
.ipynb_checkpoints/
17 changes: 13 additions & 4 deletions conf/config.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
[Platform]
ims_org_id=
sandbox_name=
dataset_id=
featurized_dataset_id=
scoring_dataset_id=
environment=prod

[Synthetic]
fieldgroup_id =
events_schema =
events_dataset =
profile_schema =
profile_dataset =

[Authentication]
client_id=
client_secret=
private_key_path=
scopes=openid, AdobeID, read_organizations, additional_info.projectedProductContext, session
Comment thread
jkpage00 marked this conversation as resolved.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are changing the format of the config file you need to also update the README in that same PR so it reflects the new configuration options.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, that's what I was going to work on next. I'll keep it in this branch.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmenguy I submitted a PR for updated README in the update-README branch. It reflects the changes to Oauth2

tech_acct_id=

[Queries]
technicalaccountname =
credential =
technicalaccountid =

[Cloud]
export_path=cmle/egress
import_path=cmle/ingress
Expand Down
Loading