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.
- package/bin/create-crm-tmp.js +1 -0
- package/package.json +1 -1
package/bin/create-crm-tmp.js
CHANGED
|
@@ -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"
|