Skip to content

Commit

Permalink
Merge pull request #129 from ixofoundation/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Michael-Ixo authored Nov 28, 2024
2 parents 6afb386 + 6756c00 commit 0c80f30
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 185 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ cd ixo-blocksync/
```

Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocksync will use `.env.example` as the configuration by default.
Don't use quotations when asign env vars for docker
Delete the seed folder in src/seed/\* if you do not plan to import data from json
Don't use quotations when asign env vars for docker
Delete the seed folder in src/seed/\* if you do not plan to import data from json
Create a role(e.g. app_user) in the DB for postgress to work

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
"@graphile/pg-aggregates": "0.1.1",
"@ixo/impactxclient-sdk": "1.2.0",
"@ixo/impactxclient-sdk": "2.2.0",
"@sentry/node": "7.36.0",
"@sentry/tracing": "7.36.0",
"axios": "1.7.3",
Expand Down
Loading

0 comments on commit 0c80f30

Please sign in to comment.