mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-11 05:56:46 +03:00
🎉 Update default port to 4321 and version to 1.0.0; add project status section in README
This commit is contained in:
@@ -24,5 +24,5 @@ export const ENV = {
|
||||
|
||||
// Server host and port
|
||||
HOST: process.env.HOST || "localhost",
|
||||
PORT: parseInt(process.env.PORT || "3000", 10),
|
||||
PORT: parseInt(process.env.PORT || "4321", 10),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user