chibicitiberiu / ytsm

Self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.
MIT License
316 stars 19 forks source link

which config? #53

Closed gerroon closed 5 years ago

gerroon commented 5 years ago

Hi

Can you please tell me which config does Ytsm uses? I am abit confused since there arew multiple config and default files around default.

thanks

chibicitiberiu commented 5 years ago

To put it simply:

In PR #52 I completely removed default.ini, and moved a lot of options from the config file to the application itself. Only a few options that cannot be modified at runtime are set from config.ini, such as the database.

gerroon commented 5 years ago

Thanks, do I need to updte the db when I make changes to the config ini file?

chibicitiberiu commented 5 years ago

There are 2 cases where you need to re-run migrations

gerroon commented 5 years ago

ok thanks