We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Nothing to log for now. Client did not report.
Viist https://github.com/platformsh-templates/strapi4/blob/master/config/database.js and check the value host: credentials.ip
Should be host: credentials.host https://github.com/platformsh-templates/strapi4/blob/master/config/database.js
This is on the template itself.
No response
The text was updated successfully, but these errors were encountered:
1bc2c16
Merge pull request #576 from platformsh-templates/575-use-host-for-co…
1fcb594
…nfig uses host instead of ip. closes #575
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: