chore: config changes
This commit is contained in:
parent
a0fb2fa57e
commit
3035d8a205
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user