Skip to content

Commit

Permalink
docs: updated spring sql init env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jul 11, 2021
1 parent c8d5a80 commit a122327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -120,7 +120,7 @@ CREATE INDEX resource_type_idx ON resources (type);
CREATE INDEX last_updated_at_idx ON resources (last_updated_at DESC);
```

Be sure to set `SPRING_SQL_INIT_ENABLED=false` before starting the FHIR GW.
Be sure to set `SPRING_SQL_INIT_MODE=never` before starting the FHIR GW.

This isn't part of the default initialization schema, but may become the default as part of the next
major release.

0 comments on commit a122327

Please sign in to comment.