Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You can maintain configuration files such as `.env` directly in your repository.
You can reference them via placeholders such as `DB_PASSWORD={{ .runtime.db.password }}` and we will automatically inject the correct values during the deployment.
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/).

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.

## Access

You can access the databases via phpMyAdmin right from your Deploy Now dashboard. Databases are not publicly accessible.
Expand Down
Loading