Skip to content

Commit

Permalink
chore(electric): Remove leftover mentions of the local stack (#662)
Browse files Browse the repository at this point in the history
Fixes #658.
  • Loading branch information
alco authored Nov 15, 2023
1 parent 041af9e commit 435a2ad
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion examples/expo/backend/compose/.envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Docker images for the local stack
export POSTGRESQL_IMAGE=postgres:14-alpine
export APP_NAME=expo
export ELECTRIC_PORT=5133
Expand Down
3 changes: 1 addition & 2 deletions examples/ionic-demo/backend/compose/.envrc
Original file line number Diff line number Diff line change
@@ -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
export APP_NAME=electric-appointments
1 change: 0 additions & 1 deletion examples/linearlite/backend/compose/.envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Docker images for the local stack
export POSTGRESQL_IMAGE=postgres:14-alpine
export APP_NAME=linearlite
export ELECTRIC_PORT=5133
Expand Down
1 change: 0 additions & 1 deletion examples/react-native/backend/compose/.envrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/starter/template/backend/compose/dot_envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Docker images for the local stack
export POSTGRESQL_IMAGE=postgres:14-alpine
1 change: 0 additions & 1 deletion examples/web-wa-sqlite/backend/compose/.envrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 435a2ad

Please sign in to comment.