You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main target is to make our config.ini more user-friendly for new-comers of Pegasus, while now the config.ini has around 600 lines of code, which has become the primary barrier keeping users away.
The following is my plan to make the config file with fewer entries:
The main target is to make our config.ini more user-friendly for new-comers of Pegasus, while now the config.ini has around 600 lines of code, which has become the primary barrier keeping users away.
The following is my plan to make the config file with fewer entries:
Remove the configurations that are no use anymore. refactor: remove some useless configs #338
Provide
config.min.ini
/config.full.ini
, one with minimal configurable options, one with a full list of options. (configs: minimize config-server.ini to config.min.ini #370)Hard code the recommended value of options as the default value. (refactor: keep default value in code the same as what it in config.ini #350)
The text was updated successfully, but these errors were encountered: