Skip to content

Commit

Permalink
update dummy app config to use firestorePort
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgrant committed Feb 12, 2021
1 parent 7b932be commit 3864bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function(environment) {
'ember-cloud-firestore-adapter': {
emulator: {
hostname: 'localhost',
port: 8080,
firestorePort: 8080,
},
},
};
Expand Down

0 comments on commit 3864bf8

Please sign in to comment.