clean up things

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-11-24 22:40:15 +03:00
committed by Daniel Hutzel
parent 6454019713
commit 58af1879f7
24 changed files with 256 additions and 278 deletions

View File

@@ -30,11 +30,15 @@
"REFRESH_TOKEN_SECRET": "refresh-secret",
"requires": {
"db": {
"kind": "hana"
"kind": "sqlite",
"model": "*",
"credentials": {
"database": "mychinook.db"
}
},
"auth": {
"impl": "srv/auth.js"
}
}
}
}
}