hey guys,does anyone got a problem using passwords with Symbols like @something in the yaml files? i have a secret pass with a symbol on the beggining but im getting error when reffering to it
Error loading /config/configuration.yaml: while scanning for the next token
found character ‘@’ that cannot start any token
in “/config/secrets.yaml”, line 17, column 13
did run into a similar issue with passwords containing special characters.
I my case YAML syntax quoting was needed
here is link you might find helpful