@@ -92,7 +92,7 @@ Config at least must contain following values:
92
92
93
93
``` json
94
94
{
95
- "host" : " 1.0.22 .0" ,
95
+ "host" : " 1.0.23 .0" ,
96
96
"port" : 8004 ,
97
97
"key" : " ./ssl/key.pem" ,
98
98
"cert" : " ./ssl/cert.pem"
@@ -141,8 +141,8 @@ cluster('example/primary.js', 'example/worker.js')({ config, logFile })
141
141
Logs in the file have following format:
142
142
143
143
```
144
- 2024-11-09T15:21:03.885Z - worker (pid:35119) - HTTP/2 server running at https://1.0.22 .0:8004
145
- 2024-11-09T15:21:03.885Z - worker (pid:35120) - HTTP/2 server running at https://1.0.22 .0:8004
144
+ 2024-11-09T15:21:03.885Z - worker (pid:35119) - HTTP/2 server running at https://1.0.23 .0:8004
145
+ 2024-11-09T15:21:03.885Z - worker (pid:35120) - HTTP/2 server running at https://1.0.23 .0:8004
146
146
```
147
147
148
148
Use ` global.log() ` function to write logs to file. By default, this function writes to console.
@@ -369,7 +369,7 @@ const handler = ({
369
369
}
370
370
371
371
const corsOptions = {
372
- allowedOrigins: [ ' 1.0 .22 .220 ' , ' 1.0 .22 .1 : 8004 ' ], // can also be just a string ' * ' (default)
372
+ allowedOrigins: [ ' 1.0 .23 .220 ' , ' 1.0 .23 .1 : 8004 ' ], // can also be just a string ' * ' (default)
373
373
allowedMethods: [ ' GET ' , ' OPTIONS ' ], // it' s default
374
374
allowedHeaders: [ ' Content-Type' , ' Authorization' ], // can also be just a string '*' (default)
375
375
allowedCredentials: true ,
@@ -527,7 +527,7 @@ const baseFolder = path.join('example', 'static')
527
527
528
528
const options = {
529
529
baseFolder,
530
- allowedOrigins: [ ' 1.0.22 .220' , ' 1.0.22 .1:8004' ], // can also be just a string '*' (default)
530
+ allowedOrigins: [ ' 1.0.23 .220' , ' 1.0.23 .1:8004' ], // can also be just a string '*' (default)
531
531
allowedMethods: [ ' GET' , ' OPTIONS' ], // it's default
532
532
allowedHeaders: [ ' Content-Type' , ' Authorization' ], // can also be just a string '*' (default)
533
533
allowedCredentials: true ,
@@ -616,7 +616,7 @@ If you specify `<cli>` instead of values in your config, you will be asked to in
616
616
// local.env
617
617
618
618
{
619
- "host" : " 1.0.22 .0" ,
619
+ "host" : " 1.0.23 .0" ,
620
620
"port" : 8004 ,
621
621
"key" : " ./example/ssl/key.pem" ,
622
622
"cert" : " ./example/ssl/cert.pem" ,
0 commit comments