mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 21:45:18 +10:00
chore: stuff
This commit is contained in:
@@ -33,13 +33,8 @@ const handler = handle(build, server);
|
||||
const port = parseInt(process.env.PORT || '3000', 10);
|
||||
const hostname = process.env.HOSTNAME || '0.0.0.0';
|
||||
|
||||
serve(
|
||||
{
|
||||
fetch: handler.fetch,
|
||||
port,
|
||||
hostname,
|
||||
},
|
||||
(info) => {
|
||||
console.log(`🚀 Documenso Server listening on http://${info.address}:${info.port}`);
|
||||
},
|
||||
);
|
||||
serve({
|
||||
fetch: handler.fetch,
|
||||
port,
|
||||
hostname,
|
||||
});
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"globalEnv": [
|
||||
"APP_VERSION",
|
||||
"PORT",
|
||||
"HOSTNAME",
|
||||
"NEXT_PRIVATE_ENCRYPTION_KEY",
|
||||
"NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY",
|
||||
"NEXTAUTH_SECRET",
|
||||
|
||||
Reference in New Issue
Block a user