nix and makefile stuff

This commit is contained in:
counterweight 2025-07-24 18:04:35 +02:00
parent 43448cd80b
commit 40d559a989
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 78 additions and 1 deletions

13
.env-dist Normal file
View file

@ -0,0 +1,13 @@
POSTGRES_APP_HOST=localhost
POSTGRES_APP_USER=app
POSTGRES_APP_PASSWORD=app123
POSTGRES_APP_DB=app_db
POSTGRES_APP_PORT=5432
POSTGRES_DW_HOST=localhost
POSTGRES_DW_USER=dw
POSTGRES_DW_PASSWORD=dw123
POSTGRES_DW_DB=dw_db
POSTGRES_DW_PORT=5444