We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232bc25 commit b23a0dbCopy full SHA for b23a0db
.env.local.dist
@@ -2,3 +2,5 @@ DATABASE_URL=mysql://app:pass@db/app
2
TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12,192.168.0.0/18
3
TRUSTED_HOSTS='^localhost|web$'
4
ELASTICSEARCH_HOST=elasticsearch
5
+JWT_SECRET_KEY=/run/secrets/jwt_private
6
+JWT_PUBLIC_KEY=/run/secrets/jwt_public
0 commit comments