Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database connection uses IP. IP can change hence need to use host #575

Closed
rajeshXYZ opened this issue Oct 14, 2024 · 0 comments
Closed

Database connection uses IP. IP can change hence need to use host #575

rajeshXYZ opened this issue Oct 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rajeshXYZ
Copy link

Describe the bug

From https://github.com/platformsh-templates/strapi4/blob/master/config/database.js

this host: credentials.ip, needs to be
host: credentials.host

As IP of the container can change.

Include some logs

Nothing to log for now. Client did not report.

Reproducing

Viist https://github.com/platformsh-templates/strapi4/blob/master/config/database.js and check the value host: credentials.ip

Expected behavior

Should be host: credentials.host https://github.com/platformsh-templates/strapi4/blob/master/config/database.js

Your environment

This is on the template itself.

Screenshots

No response

Additional context

No response

@rajeshXYZ rajeshXYZ added the bug Something isn't working label Oct 14, 2024
flovntp added a commit that referenced this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant