argument_specs: main: options: database_url: type: str required: true database_pool_size: type: int webui_secret_key: type: str required: true webui_url: type: str enable_login_form: type: bool admin_email: type: str task_model: type: str enable_rag_web_search: type: str enable_search_query: type: bool enable_oauth_signup: type: bool oauth_client_id: type: str oauth_client_secret: type: str oauth_scopes: type: str oauth_provider_name: type: str openid_provider_url: type: str openid_redirect_uri: type: str oauth_username_claim: type: str oauth_merge_accounts_by_email: type: bool