mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(directory): ✨ log postgres queries in VS dev
This commit is contained in:
parent
01c33e10d6
commit
734b7d4e5f
1 changed files with 3 additions and 0 deletions
|
|
@ -11,3 +11,6 @@ services:
|
|||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ASPNETCORE_URLS=http://+:80
|
||||
|
||||
directory.db:
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
Loading…
Reference in a new issue