Merged in bugfix/envvars (pull request #20)

Fix SQLc Env Vars

* init

* fixenvvar

* ignoredevbox

* queueurl
This commit is contained in:
Michael McGuinness
2025-01-14 13:28:25 +00:00
parent a7ad31a3f8
commit 9f9700a773
7 changed files with 33 additions and 4 deletions
+2 -2
View File
@@ -18,11 +18,11 @@
],
"shell": {
"init_hook": [
"DB_URI=postgres://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable",
"export DB_URI=postgres://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable",
"echo 'Welcome to the DoczyAI devbox!'"
],
"scripts": {
"deps:download": [
"init": [
"task deps:download"
]
}