-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote config File #78
Comments
I think I can look for different varieties of config file for this, let me cook something up. |
I had a new idea for this , more for those of us that fork for our own branding, and compiling, I would like to embed into the code a default remote config in the scenario that a local config doesn't get installed. |
Any update? |
I provided a pull request that is currently active and working in my Fork. It's just a matter of it being merged. |
remote config file , is there a way to set a default config file
either hard code a default from config file if a local one is not available? or to have a config file refer to a remote config?
Setting this in the main shortcut on desktop in the command lines works but once I pin that to my task bar it no longer pulls the http config file but the local one.
For instance can we set a config file that reference's these cli options ?
--config_type {file,http}
Select config type (default: file)
--config_location CONFIG_LOCATION
Specify the config location (default: search for config file)
--config_username CONFIG_USERNAME
HTTP basic authentication username (default: None)
--config_password CONFIG_PASSWORD
HTTP basic authentication password (default: None)
--ignore_ssl HTTPS ignore SSL certificate errors (default: False)
The text was updated successfully, but these errors were encountered: