Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 26137b3

Browse files
committed
1.10.1
1 parent 1dd9d89 commit 26137b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module.exports = {
22
token: process.env.CODE_STATISTIC, // GitHub Access Token (Minimum permissions). Increase QPS of GitHub APIs.
33
expiration: 3600, // expiration second
44
requires: ["*"], // CODE STATISTIC can only be parsed for allowed users. ( * indicates that all users are allowed )
5-
port: 8000, // server port
5+
port: 80, // server port
66
}

0 commit comments

Comments
 (0)