-
Notifications
You must be signed in to change notification settings - Fork 96
Description
See Also: SparkPost/python-sparkpost#51
Caveat to this issue: I maybe misreading the code and there is another way to do this that I am not seeing.
While working on the Java SDK I see this project and Python SDK require the API Key to be set inside a checked in file. Example
I believe things like that should not be placed inside checked in code because it is too easy to accidentally checkin you key.
I would prefer to see a name something like "config.something.example" that gets checked in. Put "config.something" would be put in the .gitignore so ti is not checked in. The example file would have the place holder properties.
The above filenames should use something appropriate for the language. In Java it would probably be "config.properties.example".