Hello all,
I’ve looked through the documentation surrounding the yaml config files and i have a few questions.
- Are the config files name specific? I’ve seen in the documentation to give it a name like manager or database but it wasn’t explicitly said that i could or could not give them other names. For example, could i name my manager.yml myconfig.yml instead?
- Is having the EventStore.Manager executable a requirement for being able to use config files? I set up a 3 node cluster using the documentation for only having database nodes (OSS), but I encounter problems on start up of the application. The version I’m using is the 4.1 hotfix. in my case i just pass “–config config.yml” to the commandline when starting it.
- Is there documentation available to troubleshoot errors in config files? I got an error but it was so generic i couldn’t really understand what it didn’t like. error is below:
"An invalid configuration file has been specified.
(Line: 2, Col: 6, Idx: 18) - (Line: 2, Col: 6, Idx: 18): Mapping values are not allowed in this context."
This is what has lead me to ask Questions 1 and 2 in reference to question 3.