DB Password. If Config file property `db_password_file` has been set -- it will be used instead
-`BOT_TOKEN`
Telegram bot token. Has bigger priority than the config property
-`MIC_CONFIG_PATH`
Specifies the path to a MIC config file. `./config.json` by default
-`MIC_APPLY_MIGRATIONS`
(y/N) // Set it to "y" before running the MIC for the first time to apply DB migrations. Gets reseted to "n" automatically so migrations are applied once
-`MIC_DROP_DB`
(y/N) // **I WILL RAPE U IF U USE IT ON A PROD DB. ONLY FOR DEVELOPMENT!!!** Gets reseted to "n" automatically for security reasons
More advanced parameters can be configured at `config.ts`.
## Running
> [!WARNING]
> **Read the Config section before running. App won't start without a valid configuration!**