Update config.template.toml and replace the * by placeholder answers to get a valid toml syntax and prevent this error:
error: unable to deserialize config. unexpected character found: `*` at line 535 column 20
By default, when cloning the repo, after setting up the config from the template, when trying to run it, this will throw the error above. The aim of this issue is to replace this invalid symbol by random answers (not the real expected answers) so that someone trying to run the server from scratch will spend less time fill these blank values in order to make the server run.
Update
config.template.toml
and replace the*
by placeholder answers to get a valid toml syntax and prevent this error:By default, when cloning the repo, after setting up the config from the template, when trying to run it, this will throw the error above. The aim of this issue is to replace this invalid symbol by random answers (not the real expected answers) so that someone trying to run the server from scratch will spend less time fill these blank values in order to make the server run.