You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
using MYSQL_ROOT_PASSWORD:example in yml will be complete ignored when deployed because there is no space between separator and value. MYSQL_ROOT_PASSWORD: example would work.
it seems the yml to json converter just drops it complete.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
using
MYSQL_ROOT_PASSWORD:example
in yml will be complete ignored when deployed because there is no space between separator and value.MYSQL_ROOT_PASSWORD: example
would work.it seems the yml to json converter just drops it complete.
The text was updated successfully, but these errors were encountered: