add env vars. change db kind

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-11-14 23:22:11 +03:00
committed by Daniel Hutzel
parent 05550a14b1
commit 7045914e57
4 changed files with 24 additions and 21 deletions

View File

@@ -29,7 +29,7 @@
"ACCESS_TOKEN_SECRET": "secret",
"requires": {
"db": {
"kind": "hana"
"kind": "sql"
},
"auth": {
"impl": "srv/auth.js"