TracklistMe / server

Apache License 2.0
4 stars 0 forks source link

Is there a Config file example? #55

Open sunkant opened 8 years ago

sunkant commented 8 years ago

I am testing on this project, but it says cannot find the config file.

It would be helpful for learning if you can provide a guide for the Config.

Thanks!

nicolabortignon commented 8 years ago

Hi, sorry I only saw this issue now. This project has indeed a config file where we include all the sensitive data. The file is in the main root under config/config.js

This is the content of the file: module.exports = { key: "value" };

where for key value, we have all our sensitive data. I hope one day we can upload a fully mocked version of that file in the github repo. Meanwhile I'm happy to assist you with any inquire.

sunkant commented 8 years ago

Thanks you so much!