-
Notifications
You must be signed in to change notification settings - Fork 17
/
.env.example
36 lines (30 loc) · 943 Bytes
/
.env.example
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
HOST=0.0.0.0
PORT=1337
#Backend server URL here
URL=http://localhost:1337
# EOS cors domain instance
EOS_CORS_DOMAINS='https://test-url1.com, https://test-url2.com'
# JWT Expiration duration (set it to values like 1d or 1h)
# Default value is 1h
JWT_EXPIRATION=
# DB connection
# Insert the URI to connect to your database:
EOS_DATABASE_URI_DEV=
# Insert the database name:
EOS_DATABASE_DB_DEV=
# Cloudinary connection
# Insert cloudinary name
CLOUDINARY_NAME=
# Insert cloudinary key
CLOUDINARY_KEY=
# Insert cloudinary secret
CLOUDINARY_SECRET=
# Insert boolean value
LOCAL_DEV= // true for local development, false for production
EOS_SAMESITE= // false for local devlopment
EOS_SECURE= // false for local devlopment
# Start strapi with docker
WITH_DOCKER=true
# API Key to be used by Sendgrid email service
# Refer https://docs.sendgrid.com/api-reference/api-keys/create-api-keys for getting this API Key
SENDGRID_API_KEY=