2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

log SQL queries in development, remove unneeded filters from event queries, add unit tests

This commit is contained in:
Frederik Ring 2019-07-21 10:37:09 +02:00
parent 957b065a7a
commit ea2d4600ac

View File

@ -46,6 +46,7 @@ services:
KMS_ENCRYPTION_ENDPOINT: http://kms:8081/encrypt KMS_ENCRYPTION_ENDPOINT: http://kms:8081/encrypt
PORT: 8080 PORT: 8080
JWT_PUBLIC_KEY: http://accounts:5000/api/key JWT_PUBLIC_KEY: http://accounts:5000/api/key
DEVELOPMENT: '1'
ports: ports:
- 8080:8080 - 8080:8080
command: refresh run command: refresh run