Files
MOBIS_PUBLIC/capacitor.config.json
Norbert Schmidt 96734e4f60 Update config auth
2023-01-16 11:38:16 +01:00

16 lines
338 B
JSON

{
"appId": "nl.ddq.mobisapp",
"appName": "mobisapp",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist/demo",
"cordova": {},
"plugins": {
"GoogleAuth": {
"scopes": ["profile", "email"],
"clientId": "your key here.apps.googleusercontent.com",
"forceCodeForRefreshToken" : true
}
}
}