lfglabs-dev / api.starknet.quest

starknet.quest rust backend
7 stars 28 forks source link

Update quizzes in config.template.toml #237

Closed Marchand-Nicolas closed 3 months ago

Marchand-Nicolas commented 3 months ago

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

image

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.

Marchand-Nicolas commented 3 months ago

No need for this issue as the quiz section will be removed here https://github.com/starknet-id/api.starknet.quest/issues/240