Skip to content

Commit d07807e

Browse files
committed
minimalize example
1 parent d67857c commit d07807e

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

example/prod_values.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
#
32
# The following example uses:
43
#
@@ -23,16 +22,6 @@ app:
2322
from_email: "wger@example.com"
2423
secret:
2524
password: XXXXXXXXXXXXXXXXXXXXXXX
26-
# JWT auth
27-
jwt:
28-
secret:
29-
update: true
30-
# JWT keys, used by the mobile app. This default NEEDS to be changed.
31-
# Generate fresh keys with: docker compose exec web ./manage.py generate-jwt-keys
32-
# @todo autogenerate a new key and save it into the secret when installing
33-
# currently there is a hardcoded default key so that the installation works
34-
privateKey: "my_private_key"
35-
publicKey: "my_public_key"
3625

3726
axes:
3827
enabled: true
@@ -49,9 +38,6 @@ app:
4938
media: wger-media
5039
static: wger-static
5140
celeryBeat: wger-celery-beat
52-
environment:
53-
- name: GUNICORN_CMD_ARGS
54-
value: "--timeout 240 --workers 2 --worker-class gthread --threads 3 --forwarded-allow-ips * --proxy-protocol True --access-logformat='%(h)s %(l)s %({client-ip}i)s %(l)s %({x-real-ip}i)s %(l)s %({x-forwarded-for}i)s %(l)s %(t)s \"%(r)s\" %(s)s %(b)s \"%(f)s\" \"%(a)s\"' --access-logfile - --error-logfile -"
5541

5642
celery:
5743
enabled: true

0 commit comments

Comments
 (0)