create-crm-tmp 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -72,6 +72,7 @@ APP_NAME="${projectName
72
72
 
73
73
  ENCRYPTION_KEY="" # openssl rand -base64 32
74
74
 
75
+ # API Google à ajouter dans console.cloud.google : Google Drive API, Google Calendar API, Google Sheet API
75
76
  GOOGLE_CLIENT_ID=""
76
77
  GOOGLE_CLIENT_SECRET=""
77
78
  GOOGLE_REDIRECT_URI="http://localhost:3000/api/auth/google/callback"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-crm-tmp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Créer un nouveau projet CRM basé sur le template",
5
5
  "bin": {
6
6
  "create-crm-tmp": "./bin/create-crm-tmp.js"