added Include Error Detail=true to compose project for postgres connection
This commit is contained in:
parent
3b643a1421
commit
ab4fe0a3cf
|
@ -14,7 +14,7 @@ services:
|
|||
- database:db
|
||||
environment:
|
||||
- "TZ=Europe/Berlin"
|
||||
- "WAVE_ConnectionStrings__DefaultConnection=Host=db; Username=wave; Password=development"
|
||||
- "WAVE_ConnectionStrings__DefaultConnection=Host=db; Username=wave; Password=development; Include Error Detail=true"
|
||||
- "WAVE_ConnectionStrings__Redis=redis,password=development"
|
||||
volumes:
|
||||
- wave-files:/app/files
|
||||
|
|
Loading…
Reference in a new issue