Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 12, 2024
1 parent 4a3a1b2 commit 02f1bd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

git clone https://github.com/luxfi/bridge.git



2. Install Dependencies:

pnpm install (from root or any project subdir)
Expand All @@ -37,8 +35,8 @@ pnpm install (from root or any project subdir)
datasource db {
//provider = "postgresql"
provider = "sqlite"
url = env("POSTGRESQL_URL")
directUrl = env("POSTGRESQL_URL")
url = env("POSTGRESQL_URL")
directUrl = env("POSTGRESQL_URL")
}
```
* set env variable to point to sqlite
Expand Down

0 comments on commit 02f1bd1

Please sign in to comment.