Skip to content

Commit

Permalink
Merge pull request #32 from powersync-ja/chore/update-nodejs-backend
Browse files Browse the repository at this point in the history
Update NodeJS Demo
  • Loading branch information
kobiebotha authored Sep 24, 2024
2 parents 8514c2a + 64f2a21 commit 3e95d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/nodejs/ps-nodejs-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ services:
# A backend which provides basic authentication and CRUD access to the Postgress DB from the client
demo-backend:
build:
# TODO update branch after merging
context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git#configurable-mongo-postgres
context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git
environment:
DATABASE_TYPE: ${DEMO_BACKEND_DATABASE_TYPE}
DATABASE_URI: ${DEMO_BACKEND_DATABASE_URI}
Expand Down

0 comments on commit 3e95d80

Please sign in to comment.