From 435a2ad5295c6079355772c65130cb278976ddd1 Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Wed, 15 Nov 2023 12:48:36 +0200 Subject: [PATCH] chore(electric): Remove leftover mentions of the local stack (#662) Fixes #658. --- README.md | 1 - examples/expo/backend/compose/.envrc | 1 - examples/ionic-demo/backend/compose/.envrc | 3 +-- examples/linearlite/backend/compose/.envrc | 1 - examples/react-native/backend/compose/.envrc | 1 - examples/starter/template/backend/compose/dot_envrc | 1 - examples/web-wa-sqlite/backend/compose/.envrc | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 9eb939ec..abd4da1b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ This is the main repository for the ElectricSQL source code. Key components incl - [clients/typescript](https://github.com/electric-sql/electric/tree/main/clients/typescript) — Typescript client that provides SQLite driver adapters, reactivity and a type-safe data access library - [components/electric](https://github.com/electric-sql/electric/tree/main/components/electric) — Elixir sync service that manages active-active replication between Postgres and SQLite - [generator](https://github.com/electric-sql/electric/tree/main/generator) — Prisma generator that creates the type safe data access library -- [local-stack](https://github.com/electric-sql/electric/tree/main/local-stack) — Docker Compose stack to run the backend services locally - [protocol/satellite.proto](https://github.com/electric-sql/electric/tree/main/protocol/satellite.proto) — Protocol Buffers definition of the Satellite replication protocol See the Makefiles for test and build instructions and the [e2e](https://github.com/electric-sql/electric/tree/main/e2e) folder for integration tests. diff --git a/examples/expo/backend/compose/.envrc b/examples/expo/backend/compose/.envrc index c5047b3b..557e5246 100644 --- a/examples/expo/backend/compose/.envrc +++ b/examples/expo/backend/compose/.envrc @@ -1,4 +1,3 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine export APP_NAME=expo export ELECTRIC_PORT=5133 diff --git a/examples/ionic-demo/backend/compose/.envrc b/examples/ionic-demo/backend/compose/.envrc index 96a193f8..4c8d2e31 100644 --- a/examples/ionic-demo/backend/compose/.envrc +++ b/examples/ionic-demo/backend/compose/.envrc @@ -1,6 +1,5 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine export ELECTRIC_PORT=5133 export ELECTRIC_PROXY_PORT=65432 export ELECTRIC_IMAGE=electricsql/electric:0.7 -export APP_NAME=electric-appointments \ No newline at end of file +export APP_NAME=electric-appointments diff --git a/examples/linearlite/backend/compose/.envrc b/examples/linearlite/backend/compose/.envrc index 9eb1ef3d..ea0f2d74 100644 --- a/examples/linearlite/backend/compose/.envrc +++ b/examples/linearlite/backend/compose/.envrc @@ -1,4 +1,3 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine export APP_NAME=linearlite export ELECTRIC_PORT=5133 diff --git a/examples/react-native/backend/compose/.envrc b/examples/react-native/backend/compose/.envrc index 47275d37..0c3f938f 100644 --- a/examples/react-native/backend/compose/.envrc +++ b/examples/react-native/backend/compose/.envrc @@ -1,4 +1,3 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine export APP_NAME=react_native export ELECTRIC_PORT=5133 diff --git a/examples/starter/template/backend/compose/dot_envrc b/examples/starter/template/backend/compose/dot_envrc index 89f91466..4ce829d7 100644 --- a/examples/starter/template/backend/compose/dot_envrc +++ b/examples/starter/template/backend/compose/dot_envrc @@ -1,2 +1 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine diff --git a/examples/web-wa-sqlite/backend/compose/.envrc b/examples/web-wa-sqlite/backend/compose/.envrc index 1bf8aad6..170ef015 100644 --- a/examples/web-wa-sqlite/backend/compose/.envrc +++ b/examples/web-wa-sqlite/backend/compose/.envrc @@ -1,4 +1,3 @@ -# Docker images for the local stack export POSTGRESQL_IMAGE=postgres:14-alpine export APP_NAME=web_wa_sqlite export ELECTRIC_PORT=5133