integrate telemetry module #12

This commit is contained in:
2026-01-24 21:25:04 +02:00
parent e5a49f5e8e
commit 80afb5c460
9 changed files with 712 additions and 7 deletions
+6
View File
@@ -123,6 +123,12 @@ class Config{
* @memberof CookieOptions
*/
maxAge: 1000 * 60 * 60 * 24 * 7
},
sso:{
FACEBOOK_APP_ID:'your_fb_app_id',
FACEBOOK_APP_SECRET:'your_fb_app_secret',
GOOGLE_CLIENT_ID:'your_google_client_id',
GOOGLE_CLIENT_SECRET:'your_google_client_secret'
}
}