Created
January 27, 2017 20:31
-
-
Save iamkevingreen/6500c5e1f1464644b84c6d1ba6fb942c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let Config = {} | |
Config = { | |
"auth" : [ | |
{ | |
key: '', | |
domain: '' | |
} | |
] | |
} | |
module.exports = { | |
Config | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment