Skip to content

Commit

Permalink
Fixed issue with config.example.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai77 committed Apr 26, 2024
1 parent c429992 commit 41ea0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { AuthConfig } from "./access";

const config: AuthConfig = {
serverPort: 8080,
serverPort: process.env.ROBOFLEET_SERVER_PORT,
useSecure: false,
certPath: "example.pem",
keyPath: "example.key",
Expand Down

0 comments on commit 41ea0d6

Please sign in to comment.