Skip to content

Commit

Permalink
fix(server.ts): change port variable case from lowercase port to uppe…
Browse files Browse the repository at this point in the history
…rcase PORT to improve semantics

feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port
  • Loading branch information
rootiest committed Jun 13, 2023
1 parent 6fd120c commit 54fccc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gen_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#!/usr/bin/env python3
import os
import sys
import subprocess

if len(sys.argv) < 3:
USER = os.environ["USER"]
Expand Down

0 comments on commit 54fccc2

Please sign in to comment.