Skip to content

Commit

Permalink
#38: Add docs for ENV variables
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 20, 2020
1 parent a189135 commit a68cd03
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ LDAP support can optionally be enabled by setting the `TAIGA_LDAP` environment v
List of all environment variables that could be used.

```yaml
# Enables Celery support
- CELERY_ENABLED # (default: false)

# Serializer type supported by Taiga at Celery
- CELERY_SERIALIZER_TYPE # (default: pickle)


- DEBIAN_FRONTEND # (default: noninteractive)

Expand Down Expand Up @@ -121,7 +127,7 @@ List of all environment variables that could be used.
- GUNICRON_LOG_LEVEL # (default: info)

# Set to "c" for English, pl-PL.UTF-8 for Polish etc.
- LANG # (default: c)
- LANG # (default: en_US.UTF-8)

# Set to "c" for English, pl-PL.UTF-8 for Polish etc.
- LC_TYPE # (default: en_US.UTF-8)
Expand Down Expand Up @@ -282,6 +288,9 @@ List of all environment variables that could be used.
# Default container user id
- TAIGA_UID # (default: 1000)

# Timezone
- TZ # (default: "Europe/Warsaw")


```
Expand Down

0 comments on commit a68cd03

Please sign in to comment.