-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.sample
More file actions
39 lines (33 loc) · 876 Bytes
/
.env.sample
File metadata and controls
39 lines (33 loc) · 876 Bytes
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
# Create env files and modify as needed:
# cp .env.sample .env.prod
# cp .env.sample .env.test
# Uncomment as needed:
#echo "loading environment variables: .env.dev"
#echo "loading environment variables: .env.prod"
#echo "loading environment variables: .env.test"
# General
export DEBUG=freelancer:*
export PORT=3000
export DEBUG_PORT=9228
export LOG_FORMAT=combined
export LOG_REQUEST=1
export ENSURE_SERVICES_SSL=1
export CURRENCY=usd
export JWT_SECRET_KEY=
export JWT_EXPIRES_IN=300
export SESSIONS_SECRET_KEY=
export ENABLE_SESSIONS_SECURE_COOKIES=1
# Payments
export STRIPE_ENABLED=0
export STRIPE_PUBLISHABLE_KEY=
export STRIPE_SECRET_KEY=
# Email
export MAILGUN_ENABLED=0
export MAILGUN_API_KEY=
export MAILGUN_DOMAIN=
# Analytics
export GOOGLE_TM_ENABLED=0
export GOOGLE_TM_ID=
# Apps
export DOMAIN_HOMEPAGE=domain.com
export DOMAIN_SERVICES=domain-services.com