wip: add db classes; can't load SQLite driver.
This commit is contained in:
parent
36f7b82806
commit
457f5dce91
13 changed files with 3442 additions and 33 deletions
11
apps/vdb-backend/res/credentials.template.json
Normal file
11
apps/vdb-backend/res/credentials.template.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"installed": {
|
||||
"client_id": "",
|
||||
"project_id": "",
|
||||
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
||||
"token_uri": "https://oauth2.googleapis.com/token",
|
||||
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
||||
"client_secret": "",
|
||||
"redirect_uris": ["http://localhost"]
|
||||
}
|
||||
}
|
||||
6
apps/vdb-backend/res/token.template.json
Normal file
6
apps/vdb-backend/res/token.template.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "authorized_user",
|
||||
"client_id": "",
|
||||
"client_secret": "",
|
||||
"refresh_token": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue