Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand config.yml to support 1+ imports #9

Closed
knennigtri opened this issue Jan 18, 2023 · 1 comment · Fixed by #19
Closed

Expand config.yml to support 1+ imports #9

knennigtri opened this issue Jan 18, 2023 · 1 comment · Fixed by #19

Comments

@knennigtri
Copy link
Owner

---
auth:
 CLIENT_ID: xxxxx
 CLIENT_SECRET: xxxxx
 ORG_ID: xxxxx@AdobeOrg
 TECHNICAL_ACCOUNT: xxxxx@techacct.adobe.com
 PRIVATE_KEY: ./private.key
imports: [
  ./propertyOne.json,
  ./propertyTwo.json
]
---

OR

---
auth:
 CLIENT_ID: xxxxx
 CLIENT_SECRET: xxxxx
 ORG_ID: xxxxx@AdobeOrg
 TECHNICAL_ACCOUNT: xxxxx@techacct.adobe.com
 PRIVATE_KEY: ./private.key
imports: ./propertyOne.json
---
@knennigtri knennigtri linked a pull request Sep 29, 2023 that will close this issue
Merged
@knennigtri
Copy link
Owner Author

Decided not to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant