Skip to content

Commit 68456b3

Browse files
Merge pull request #260 from OCHA-DAP/dev
PR for dev into PROD
2 parents 92c7eb7 + 210ad1d commit 68456b3

File tree

19 files changed

+62
-602
lines changed

19 files changed

+62
-602
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ venv/
1717
coverage.xml
1818

1919
*.pg_restore
20+

.vscode/launch.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"program": "main.py",
1212
"console": "integratedTerminal",
1313
"justMyCode": true,
14-
"env":{
15-
// "HAPI_DB_NAME": "hapi",
16-
"HAPI_USE_VAT": "false"
17-
}
14+
"env":{"HAPI_USE_VAT": "false"}
1815
}
1916
],
2017

0 commit comments

Comments
 (0)