Merged in bugfix/envvars (pull request #20)
Fix SQLc Env Vars * init * fixenvvar * ignoredevbox * queueurl
This commit is contained in:
+2
-2
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user