This commit is contained in:
Jay
2018-02-13 00:34:26 +08:00
parent 57a0995c2f
commit 51951f7697
5 changed files with 123 additions and 32 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ module.exports = {
chat_port: 443,
redirect_uri: process.env.REDIRECT_URI || '',
client_id: process.env.CLIENT_ID || '',
secret: process.env.SECRET || ''
secret: process.env.SECRET || '',
refresh_token: process.env.REFRESH_TOKEN || ''
},
database: {
host: process.env.DB_HOST || 'localhost',