chore: config changes

This commit is contained in:
complex 2025-04-11 14:04:16 +02:00
parent a0fb2fa57e
commit 3035d8a205
2 changed files with 2 additions and 2 deletions

@ -11,6 +11,6 @@ export const relayUrls = [
// Server configuration
export const serverConfig = {
port: process.env.PORT ? parseInt(process.env.PORT) : 8000,
port: process.env.PORT ? parseInt(process.env.PORT) : 8001,
expirationTime: 3600 // 1 hour in seconds
};

@ -865,7 +865,7 @@ export class NostrHttpServer {
</style>
</head>
<body>
<h1>Hello World from Nostr HTTP Server!</h1>
<h1>Hello World from COMPLEX!</h1>
<p>This is a dummy response from the Nostr HTTP server.</p>
<div class="info">
<h2>Request Information:</h2>