diff --git a/conf.json b/conf.json new file mode 100644 index 0000000..01daeaf --- /dev/null +++ b/conf.json @@ -0,0 +1,7 @@ +{ + "port": 7000, + "sessionSecret": "superDuperSecret", + + "clientID": "github client id", + "clientSecret": "clientSecret" +} \ No newline at end of file