diff --git a/conf.json b/conf.json index 01daeaf..5b3c852 100644 --- a/conf.json +++ b/conf.json @@ -1,7 +1,8 @@ { "port": 7000, - "sessionSecret": "superDuperSecret", + "sessionSecret": "superDuperSecret for session stuff", + "user": "github-user-used-with-api-account", "clientID": "github client id", "clientSecret": "clientSecret" } \ No newline at end of file diff --git a/public/js/createOrgTable.js b/public/js/createOrgTable.js index ac8f642..8dcabe4 100644 --- a/public/js/createOrgTable.js +++ b/public/js/createOrgTable.js @@ -5,7 +5,7 @@ function generateHtmlRow(repoData) { ${repoData.language === 'null' ? '
' : ``} - ${repoData.name} + ${repoData.name}