userAuth icon indicating copy to clipboard operation
userAuth copied to clipboard

File is missing

Open aliaksiej opened this issue 10 years ago • 1 comments

config.js is missing

aliaksiej avatar Feb 18 '15 13:02 aliaksiej

Config.js should just contain:

module.exports = {
  "db": “YOUR_ORCHESTRATE_API_KEY”
}

I think they should add the file as typed above instead of putting it in the gitignore - but obviously they don't want themselves (or anyone forking this) to submit their API key by mistake.

For now unless they want to change this decision, just add the file as I typed it out above and include your own api key.

To the devs: I could be wrong - I'm no git wizard - but I think you can add a file to the repo and then add it to the gitignore and you'll essentially get a default file that can be cloned but modified locally. I don't know for sure...

Also a follow up post with the other auth methods would be super appreciated. :) :+1:

xoorath avatar Mar 15 '15 05:03 xoorath