Merged in feature/localstackands3object (pull request #54)
LocalStack and S3 Objects * firstround * cleanupintegration * tidyports
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"export DB_URI=postgres://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable",
|
||||
"export DB_URI_TEST=postgres://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT_TEST}/${DB_NAME}?sslmode=disable",
|
||||
"echo 'Welcome to the DoczyAI devbox!'"
|
||||
]
|
||||
},
|
||||
@@ -31,6 +32,7 @@
|
||||
"DB_PASS": "pass",
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": "5432",
|
||||
"DB_PORT_TEST": "5430",
|
||||
"DB_NAME": "query_orchestration",
|
||||
"DB_NOSSL": "true",
|
||||
"AWS_ACCESS_KEY_ID": "test",
|
||||
|
||||
Reference in New Issue
Block a user