nix and makefile stuff
This commit is contained in:
parent
43448cd80b
commit
40d559a989
5 changed files with 78 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
|||
];
|
||||
|
||||
shellHook = ''
|
||||
export DATABASE_URL=postgres://app:app123@localhost:5432/app_db
|
||||
export DATABASE_URL="postgres://${POSTGRES_APP_USER}:${POSTGRES_APP_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_APP_PORT}/${POSTGRES_APP_DB}"
|
||||
export DW_DATABASE_URL="postgres://${POSTGRES_DW_USER}:${POSTGRES_DW_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_DW_PORT}/${POSTGRES_DW_DB}"
|
||||
echo "✅ Rust + PostgreSQL dev env ready"
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue