@@ -61,7 +61,7 @@ A web application that calculates and displays moon rise and set times for any l
6161 - ** IMPORTANT** : Restrict the API key (recommended for production):
6262 - ** Application restrictions** : Set HTTP referrers
6363 - Add your domain: ` https://yourdomain.com/* `
64- - For local development: ` http://localhost:8181 /* `
64+ - For local development: ` http://localhost:8484 /* `
6565 - ** API restrictions** : Restrict key to "Maps JavaScript API" only
6666 - Set usage quotas to prevent abuse
6767
@@ -76,7 +76,7 @@ A web application that calculates and displays moon rise and set times for any l
7676go run moon.go
7777```
7878
79- The server will start on ` http://localhost:8181 `
79+ The server will start on ` http://localhost:8484 `
8080
8181### Windows Development
8282
@@ -277,7 +277,7 @@ server {
277277 server_name your-domain.com;
278278
279279 location / {
280- proxy_pass http://localhost:8181 ;
280+ proxy_pass http://localhost:8484 ;
281281 proxy_http_version 1.1;
282282 proxy_set_header Upgrade $http_upgrade;
283283 proxy_set_header Connection 'upgrade';
@@ -427,7 +427,7 @@ moon/
427427
428428### Server Settings
429429
430- - ** Port** : 8181 (default)
430+ - ** Port** : 8484 (default)
431431- ** Read Timeout** : 5 seconds
432432- ** Write Timeout** : 5 seconds
433433- ** Idle Timeout** : 120 seconds
0 commit comments