Skip to content

Commit c7ba7a0

Browse files
Update database.md
1 parent a177b68 commit c7ba7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can maintain configuration files such as `.env` directly in your repository.
2424
You can reference them via placeholders such as `DB_PASSWORD={{ .runtime.db.password }}` and we will automatically inject the correct values during the deployment.
2525
We support you with this during the project setup. A complete guide can be found under [runtime configuration](https://docs.ionos.space/docs/runtime-configuration/).
2626

27-
In some frameworks, to ensure a reliable database connection, we recommend always URL-encoding the database password—for example, use ${IONOS_DB_PASSWORD.urlEncoded()} in your environment templateand disable any additional URL encoding performed by the framework configuration to avoid double-encoding errors.
27+
If you encounter problems with your database connection, we recommend always URL-encoding the database password using ${IONOS_DB_PASSWORD.urlEncoded()} in your environment template and disabling any additional URL encoding performed by the framework configuration to avoid double-encoding errors.
2828

2929
## Access
3030

0 commit comments

Comments
 (0)