😅 disable register by default

This commit is contained in:
Song
2021-12-31 22:51:36 +08:00
parent cfea0dd2ca
commit bee1c2940f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const config = {
allowRegister: true,
allowRegister: false,
port: process.env.PORT || 3000,
database: 'data.db',
href: process.env.HREF || 'https://your.domain.com/',