Skip to content

Commit b90f2a0

Browse files
authored
Merge pull request #306 from AlkoholLiga/master
Comment enable /admin page
2 parents 0014d81 + 609beab commit b90f2a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.js

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const config = {
3535
"4838400": "8 Weeks"
3636
},
3737
// admin password, set to false to disable /admin page
38+
// to enable /admin page set your password like this:
39+
// "adminPass": "YourSecurePassword",
3840
"adminPass": false,
3941
// upload password, set to false to disable
4042
"uploadPass": false,

0 commit comments

Comments
 (0)