Skip to content

Commit

Permalink
Port changed to 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Sep 10, 2024
1 parent 3ab90e2 commit d0210e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PORT=5000
PORT=9000
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runtime: nodejs1
instance_class: F2

env_variables:
PORT: 3000
PORT: 9000

handlers:
- url: /.*
Expand Down

0 comments on commit d0210e0

Please sign in to comment.