Skip to content
Snippets Groups Projects

Document Docker deployment for partners

Merged Bastien Abadie requested to merge docker-setup-partners into master
1 file
+ 0
11
Compare changes
  • Side-by-side
  • Inline
@@ -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.
Loading