Skip to content
Snippets Groups Projects
Commit 66d6c451 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Remove recently deprecated settings

parent 8b4e8386
No related branches found
No related tags found
1 merge request!108Document Docker deployment for partners
Pipeline #169241 passed
......@@ -386,10 +386,6 @@ The AWS region the S3 buckets are located in. This has no effect when `endpoint`
The Secret Access Key for read/write access to S3 buckets.
## `internal_group_id`
ID of the user group that will designate "internal" users. Internal users will not have access to the admin but will override corpora access control, allowing full read/write access for Ponos tasks and ML workers. Defaults to 2.
## `job_timeouts`
*Since Arkindex 1.1.0.* Defines the asynchronous task timeouts for each of the asynchronous task types that Arkindex uses.
......@@ -459,7 +455,6 @@ Default to `3000`
Default environment variables sent along with every Ponos workflow the Arkindex backend starts. For default tasks and Arkindex client auto-configuration, the following three variables should be defined:
* `ARKINDEX_API_URL`
* `ARKINDEX_API_TOKEN`
* `ARKINDEX_API_CSRF_COOKIE`
Any custom variables defined here will not be used or checked by the backend.
......@@ -470,12 +465,6 @@ Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkind
The CSRF cookie name is automatically deduced from the `csrf.cookie_name` setting and this variable is always set, but it is possible to override this value explicitly in the configuration file.
#### `ponos.default_env.ARKINDEX_API_TOKEN`
Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkindex-client) by setting an API token for the Arkindex API.
This should be set to the API token of a user in the `Internal` group. This defaults to `deadbeefTestToken` when `arkindex_env` is set to `dev`.
#### `ponos.default_env.ARKINDEX_API_URL`
Allows autoconfiguration of the [Arkindex client](http://pypi.org/project/arkindex-client) by setting the base URL of the Arkindex API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment