-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.exemple
More file actions
80 lines (49 loc) · 1.26 KB
/
env.exemple
File metadata and controls
80 lines (49 loc) · 1.26 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
DB_HOST: string;
DB_NAME: string;
DB_USER: string;
DB_PASS: string;
DB_PORT: number,
TOKEN_SEND_GRID: string;
EMAIL_NOTIFICATIONS: string;
SYSTEM_NAME: string;
SYSTEM_LOGO: string;
DOMAIN: string;
DEFAULT_PICTURE: string;
ADMIN_KEY: string;
JWT_KEY: string;
RECAPTCHA_SECRET_KEY: string;
INFOBIP_API_KEY: string;
AWS_SECRET: string;
AWS_ACCESS: string;
AWS_VIEWS: string;
AWS_BUCKET: string;
AWS_URL: string;
GOOGLE_CLIENT_ID: string;
GOOGLE_CLIENT_SECRET: string;
GOOGLE_REDIRECT_URI: string;
URL_FRONT: string;
URL_VDM: string;
ADMIN_KEY_VDM: string
URL_API_WHATSAPP: string;
URL_SERVER: string;
OPENAI_API_KEY: string;
GROQ_API_KEY: string;
HUGGINGFACE_API_KEY: string;
HUGGINGFACE_MODEL: string;
ELEVENLABS_API_KEY: string;
FISH_AUDIO_API_KEY: string;
STRIPE_KEY: string;
STRIPE_SIGNATURE: string;
FACEBOOK_APP_ID: string;
FACEBOOK_APP_SECRET: string;
INSTAGRAM_APP_ID: string;
INSTAGRAM_APP_SECRET: string;
INSTAGRAM_CALLBACK_URL: string;
BREVO_KEY: string;
SESSION_API_WAME: string;
META_SYSTEM_TOKEN: string;
META_VERIFY_TOKEN: string;
REDIS_URL: string;
CACHE_SISTEMAS_PAGAMENT_KEY: string;
VAPID_PRIVATE_KEY: string;
VAPID_PUBLIC_KEY: string;