You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocksync will use `.env.example` as the configuration by default.
52
-
Don't use quotations when asign env vars for docker
53
-
Delete the seed folder in src/seed/\* if you do not plan to import data from json
52
+
Don't use quotations when asign env vars for docker
53
+
Delete the seed folder in src/seed/\* if you do not plan to import data from json
54
54
Create a role(e.g. app_user) in the DB for postgress to work
55
55
56
56
```bash
@@ -68,4 +68,4 @@ The server exposes a Graphql api endpoint at `/graphql` which is set up using [P
68
68
69
69
A graphiql playground gets exposed at the endpoint `/graphiql` where you can play around, test queries and see the schemas.
70
70
71
-
We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients.
71
+
We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients..
0 commit comments