Merged in feature/docinitialisation (pull request #41)
Queuing Changes and Cfg Testing * staarting * staarting * startedpush * note * save * mocking * removederrs * fixtests * cleanuperrs * newenvsetup * preppingtests * queue * mmovetocfgpassunittests * sortoutconfig * passinginteg * deps * fixtests
This commit is contained in:
+12
-8
@@ -15,7 +15,8 @@
|
||||
"hadolint@2.12.0",
|
||||
"gotools@0.25.0",
|
||||
"nodePackages.jsonlint@1.6.3",
|
||||
"oapi-codegen@2.4.1"
|
||||
"oapi-codegen@2.4.1",
|
||||
"vacuum-go@0.14.1"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
@@ -24,13 +25,16 @@
|
||||
]
|
||||
},
|
||||
"env": {
|
||||
"APP_ENV": "development",
|
||||
"DB_USER": "postgres",
|
||||
"DB_PASS": "pass",
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": "5432",
|
||||
"DB_NAME": "query_orchestration",
|
||||
"DB_NOSSL": "true"
|
||||
"APP_ENV": "development",
|
||||
"DB_USER": "postgres",
|
||||
"DB_PASS": "pass",
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": "5432",
|
||||
"DB_NAME": "query_orchestration",
|
||||
"DB_NOSSL": "true",
|
||||
"AWS_ACCESS_KEY_ID": "test",
|
||||
"AWS_SECRET_ACCESS_KEY": "test",
|
||||
"AWS_REGION": "us-east-1"
|
||||
},
|
||||
"env_from": ".env"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user