I want to configure a yaml file for all project configuration, but this below file I am not able to read/parse it?
Here is the error I am getting, What am I doing wrong here?
ScannerError: mapping values are not allowed here
in "config.yaml", line 7, column 13
appName: test
logLevel: WARN
TESTER:
ENVIRONMENT: staging
CONFIG:
DATABASE:
HOST: 2123.3123.2112.12
USERNAME: x
PASSWORD: y
DB: Q
CLASSIFIER:
IMG_WIDTH: 380
IMG_HEIGHT: 380
HOST: 0.0.0.0:3201
question from:https://stackoverflow.com/questions/65936747/scannererror-mapping-values-are-not-allowed-here-in-config-yaml