From 5e2db009437bdaa6b5e3b1ed76438d1dbba1d57e Mon Sep 17 00:00:00 2001 From: Maneesh Tewani Date: Fri, 20 Sep 2024 12:11:52 +0100 Subject: [PATCH] Removed .firebaserc --- .../firebase_data_connect/example/.firebaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_data_connect/firebase_data_connect/example/.firebaserc b/packages/firebase_data_connect/firebase_data_connect/example/.firebaserc index 4f437a595212..cad24fca0101 100644 --- a/packages/firebase_data_connect/firebase_data_connect/example/.firebaserc +++ b/packages/firebase_data_connect/firebase_data_connect/example/.firebaserc @@ -6,7 +6,7 @@ "etags": {}, "dataconnectEmulatorConfig": { "postgres": { - "localConnectionString": "postgresql://postgres:secretpassword@localhost:5432/postgres?sslmode=disable" + "localConnectionString": "postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable" } } } \ No newline at end of file