-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.json
More file actions
63 lines (63 loc) · 3.1 KB
/
env.json
File metadata and controls
63 lines (63 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"SUPABASE_URL": "https://uddfyapyiplwneqjlzln.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InVkZGZ5YXB5aXBsd25lcWpsemxuIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTIwMDk5NzIsImV4cCI6MjA2NzU4NTk3Mn0.4X6srhPp2SvXpA1FlOMnqPrPAhwil5j86Gj4Cn3agx0",
"OPENAI_API_KEY": "your-openai-api-key-here",
"GEMINI_API_KEY": "your-gemini-api-key-here",
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"PERPLEXITY_API_KEY": "your-perplexity-api-key-here",
"ENVIRONMENT": "production",
"DEBUG_MODE": "false",
"ENCRYPTION_KEY": "your-32-character-encryption-key-here",
"JWT_SECRET": "your-jwt-secret-32-characters-long",
"API_SECRET_KEY": "your-api-secret-key-here",
"GOOGLE_CLIENT_ID": "your-google-client-id",
"GOOGLE_CLIENT_SECRET": "your-google-client-secret",
"APPLE_CLIENT_ID": "com.mewayz.app",
"APPLE_TEAM_ID": "your-apple-team-id",
"APPLE_KEY_ID": "your-apple-key-id",
"APPLE_PRIVATE_KEY": "your-apple-private-key",
"INSTAGRAM_CLIENT_ID": "your-instagram-client-id",
"INSTAGRAM_CLIENT_SECRET": "your-instagram-client-secret",
"FACEBOOK_APP_ID": "your-facebook-app-id",
"FACEBOOK_APP_SECRET": "your-facebook-app-secret",
"TWITTER_API_KEY": "your-twitter-api-key",
"TWITTER_API_SECRET": "your-twitter-api-secret",
"TWITTER_BEARER_TOKEN": "your-twitter-bearer-token",
"LINKEDIN_CLIENT_ID": "your-linkedin-client-id",
"LINKEDIN_CLIENT_SECRET": "your-linkedin-client-secret",
"YOUTUBE_API_KEY": "your-youtube-api-key",
"TIKTOK_CLIENT_ID": "your-tiktok-client-id",
"TIKTOK_CLIENT_SECRET": "your-tiktok-client-secret",
"STRIPE_PUBLISHABLE_KEY": "pk_live_your-stripe-publishable-key",
"STRIPE_SECRET_KEY": "sk_live_your-stripe-secret-key",
"STRIPE_WEBHOOK_SECRET": "whsec_your-webhook-secret",
"PAYPAL_CLIENT_ID": "your-paypal-client-id",
"PAYPAL_CLIENT_SECRET": "your-paypal-client-secret",
"SENDGRID_API_KEY": "SG.your-sendgrid-api-key",
"MAILGUN_API_KEY": "your-mailgun-api-key",
"MAILGUN_DOMAIN": "your-mailgun-domain",
"TWILIO_ACCOUNT_SID": "your-twilio-account-sid",
"TWILIO_AUTH_TOKEN": "your-twilio-auth-token",
"TWILIO_PHONE_NUMBER": "your-twilio-phone-number",
"CLOUDINARY_CLOUD_NAME": "your-cloudinary-cloud-name",
"CLOUDINARY_API_KEY": "your-cloudinary-api-key",
"CLOUDINARY_API_SECRET": "your-cloudinary-api-secret",
"AWS_ACCESS_KEY_ID": "your-aws-access-key",
"AWS_SECRET_ACCESS_KEY": "your-aws-secret-key",
"AWS_REGION": "us-east-1",
"AWS_S3_BUCKET": "your-s3-bucket-name",
"FIREBASE_PROJECT_ID": "your-firebase-project-id",
"FIREBASE_API_KEY": "your-firebase-api-key",
"MIXPANEL_TOKEN": "your-mixpanel-token",
"SENTRY_DSN": "your-sentry-dsn",
"AMPLITUDE_API_KEY": "your-amplitude-api-key",
"FCM_SERVER_KEY": "your-fcm-server-key",
"APNS_KEY_ID": "your-apns-key-id",
"APNS_TEAM_ID": "your-apns-team-id",
"APNS_BUNDLE_ID": "com.mewayz.app",
"APNS_PRIVATE_KEY": "your-apns-private-key",
"APP_STORE_CONNECT_API_KEY": "your-app-store-connect-key",
"APP_STORE_CONNECT_ISSUER_ID": "your-issuer-id",
"APP_STORE_CONNECT_KEY_ID": "your-key-id",
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "your-service-account-json"
}