Skip to content

Commit

Permalink
Update databases-postgres.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger authored Jun 4, 2024
1 parent 1ed42e4 commit 92521c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/databases-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ There are some limitations on the BTP to consume a PostgreSQL instance from a CA

- By default the `java_buildpack` initializes the PostgreSQL datasource with the CF Env Java library, but it's required to let the CAP Java runtime to initialize the PostgreSQL datasource. This can be achieved by setting the environment variable `CFENV_SERVICE_<PG_SERVICE_NAME>_ENABLED` to `false`. The placeholder `<PG_SERVICE_NAME>` needs to be replaced with the real service instance name of your PostgreSQL database.

Here an example showing both configuration settings applied to mta.yaml:
The following example shows both configuration settings applied to an mta.yaml:

```yaml
modules:
Expand Down

0 comments on commit 92521c1

Please sign in to comment.