Skip to content

Commit e826393

Browse files
committed
Fix port bind
1 parent 0953148 commit e826393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/o5/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ runtimes:
5151
- name: POSTGRES_URL
5252
database:
5353
databaseName: main
54-
- name: PUBLIC_PORT
55-
value: "8080"
54+
- name: GRPC_BIND
55+
value: ":8080"
5656
- name: SLACK_URL
5757
secret:
5858
secretName: slack

0 commit comments

Comments
 (0)