Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

Use dnsauth MySQL user, not root #21

Closed unix1 closed 6 years ago

unix1 commented 6 years ago

While setting my dev environment, I thought instead of using MySQL root user, it should be using an app-specific user. This PR makes these changes:

Note: existing dev environments would need to be adjusted:

unix1 commented 6 years ago

Yep, you're right, I did miss those spots. Fixed:

mrjones-plip commented 6 years ago

thanks - looks good. merged!