-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdevelopment.env.template
More file actions
38 lines (31 loc) · 931 Bytes
/
development.env.template
File metadata and controls
38 lines (31 loc) · 931 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
NODE_ENV=development
LOG_LEVEL=debug
APP_VERSION=2023-10-30
CORS_ORIGIN=http://localhost:3000
API_HOST=0.0.0.0
API_PORT=5003
# PostgreSQL database connection info
DB_HOST=replace.me
DB_USER=replace.me
DB_PASSWORD=replace.me
DB_DATABASE=replace.me
# For file storage and access
S3_BUCKET=replace.me
AWS_ACCESS_KEY_ID=replace.me
AWS_SECRET_ACCESS_KEY=replace.me
S3_REGION=replace.me
APPLE_CLIENT_ID=com.replace.me
APP_SECRET=replace.me
# Only required to process webhook events from RevenueCat
REVENUECAT_HEADER=
REVENUECAT_API=
REVENUECAT_KEY=
REDIS_ENV=bookplayer_
REDIS_URL=redis://127.0.0.1:6379
# Apple App Store Server API credentials (for Retention Messaging)
# Download Apple root certificates from https://www.apple.com/certificateauthority/
# and place them in the /certs directory
APPLE_APP_APPLE_ID=
APPLE_BUNDLE_ID=com.tortugapower.audiobookplayer
APPLE_ENVIRONMENT=Production
APPLE_DEFAULT_RETENTION_MESSAGE_ID=