KimleyHorn / SigOpsMetrics

GNU General Public License v3.0
0 stars 1 forks source link

(API) Remove sensitive info #269

Closed markKHA closed 2 years ago

markKHA commented 2 years ago

We want to remove any sensitive info (passwords, bucket names, etc) that are currently hardcoded into the API and add them to the appsettings.json file instead. After that, let's remove that file from the repository and add it to the .gitignore. Lastly, create a little readme that will give other users the information needed to create their own appsettings.json file (keys, sample values, etc).