Skip to content

Commit

Permalink
Change default dataconnect port back to 9399. (#7163)
Browse files Browse the repository at this point in the history
* Back to 9399

* changelog
  • Loading branch information
joehan committed May 10, 2024
1 parent 71ded1c commit b998cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -0,0 +1 @@
- Internal bug fixes.
2 changes: 1 addition & 1 deletion src/emulator/constants.ts
Expand Up @@ -13,7 +13,7 @@ export const DEFAULT_PORTS: { [s in Emulators]: number } = {
auth: 9099,
storage: 9199,
eventarc: 9299,
dataconnect: 9509,
dataconnect: 9399,
};

export const FIND_AVAILBLE_PORT_BY_DEFAULT: Record<Emulators, boolean> = {
Expand Down

0 comments on commit b998cba

Please sign in to comment.