📖 update readme

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