Allow to set up argilla server settings through config file
Support for settings.json or settings.yaml file containing Argilla server configurations.
This can enhance the way users can set up specific settings for backend or database configuration. Also, can help users to know all available settings from a well-documented settings file.
I agree, and ideally, we should also align this with CLI support.
This issue is stale because it has been open for 90 days with no activity.
@gabrielmbmb is there any plan to maintain more than one settings.json or sort those by name? e.g.
{
"default": {
"host": ...,
"key": ...,
},
"project-a": {
"host": ...,
"key": ...,
},
...
}
And select one of those as argilla use project-a? I'm asking in case we want to allow logging in different existing Argilla server instances, while keeping always one with the identifier default to be used by default, and changing that based on the argilla use value or something similar.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.