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

Make the app settings keys more specific to Campaign Monitor #34

Open
abitgone opened this issue Nov 24, 2015 · 0 comments · May be fixed by #35
Open

Make the app settings keys more specific to Campaign Monitor #34

abitgone opened this issue Nov 24, 2015 · 0 comments · May be fixed by #35

Comments

@abitgone
Copy link

We use a number of other nuget packages and have found that there is a collision with the configuration settings used in app settings. In this package, you've got the following two keys set in the web.config.transform file:

<add key="base_uri" value="https://api.createsend.com/api/v3.1" />
<add key="base_oauth_uri" value="https://api.createsend.com/oauth" />

Can these be changed to something more specific, say, createsend_api_base_uri and createsend_api_base_oauth_uri?

@abitgone abitgone linked a pull request Nov 24, 2015 that will close this issue
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