🐛 bug fix

This commit is contained in:
Song
2021-01-31 18:01:36 +08:00
parent e808a3c1ee
commit f30bffa632
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const config = {
allowRegister: true,
port: process.env.PORT || 3000,
database: 'data.db',
href: 'https://your.domain.com/',
href: process.env.HREF || 'https://your.domain.com/',
session_secret: 'change this',
cookie_secret: 'change this',
};