YAML does not accept TAB characters (\t
) for indentation. Look for those in your config/application.yml
and replace with 2 spaces.
(or there may be other syntax errors, as suggested by Ryan. But I’m betting on this one)
YAML does not accept TAB characters (\t
) for indentation. Look for those in your config/application.yml
and replace with 2 spaces.
(or there may be other syntax errors, as suggested by Ryan. But I’m betting on this one)