oops wrong default port

This commit is contained in:
Sebastian Cabrera 2025-06-11 15:51:45 -04:00
parent 81bc046237
commit d7c1fb796d
Signed by: okseby
GPG key ID: DA858232740D0404

View file

@ -45,7 +45,7 @@ cd playground-go
go run main.go go run main.go
``` ```
The server will start on the configured port (default: 8080). The server will start on the configured port (default: 7878).
## Features ## Features
@ -61,7 +61,7 @@ The server will start on the configured port (default: 8080).
## Configuration ## Configuration
The server can be configured through environment variables: The server can be configured through environment variables:
- `PORT`: The port number to listen on (default: 8080) - `PORT`: The port number to listen on (default: 7878)
- Additional configuration options can be added in the `internal/config` package - Additional configuration options can be added in the `internal/config` package
## Error Handling ## Error Handling