-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.sample
More file actions
58 lines (51 loc) · 1.45 KB
/
.env.sample
File metadata and controls
58 lines (51 loc) · 1.45 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
# SHARED
ENVIRONMENT=dev
SERVER_PORT=8084
ENCRYPTION_KEY=aSecretKeyOfExactly192BitsLength
FILE_STORE=disk
AWS_S3_BUCKET=
JWT_SECRET=jwt-secret-dev
CORS_ORIGIN=*
MAIL_SYSTEM=
# AWS_LAMBDA_FUNCTION_NAME=
# AWS_EXECUTION_ENV=
# MEMBERSHIP
MEMBERSHIP_CONNECTION_STRING=mysql://root:password@localhost:3306/membership
EMAIL_ON_REGISTRATION=false
SUPPORT_EMAIL=support@churchapps.org
B1Admin_ROOT=https://admin.staging.b1.church
HUBSPOT_KEY=
#VAPID
WEB_PUSH_PUBLIC_KEY=
WEB_PUSH_PRIVATE_KEY=
WEB_PUSH_SUBJECT=mailto:
# CONTENT
CONTENT_CONNECTION_STRING=mysql://root:password@localhost:3306/content
CONTENT_ROOT=http://localhost:8084/content/
YOUTUBE_API_KEY=
PEXELS_KEY=
VIMEO_TOKEN=
API_BIBLE_KEY=
PRAISECHARTS_CONSUMER_KEY=
PRAISECHARTS_CONSUMER_SECRET=
AI_PROVIDER=openrouter
OPENAI_API_KEY=
OPENROUTER_API_KEY=
# GIVING
GIVING_CONNECTION_STRING=mysql://root:password@localhost:3306/giving
GOOGLE_RECAPTCHA_SECRET_KEY=
# MESSAGING
MESSAGING_CONNECTION_STRING=mysql://root:password@localhost:3306/messaging
SOCKET_PORT=8087
SOCKET_URL=ws://localhost:8087
CADDY_HOST=localhost
CADDY_PORT=8087
DELIVERY_PROVIDER=local
STORE_API_URL=http://localhost:8096
# ATTENDANCE
ATTENDANCE_CONNECTION_STRING=mysql://root:password@localhost:3306/attendance
# DOING
DOING_CONNECTION_STRING=mysql://root:password@localhost:3306/doing
DOING_MEMBERSHIP_CONNECTION_STRING=mysql://root:password@localhost:3306/membership
# REPORTING
REPORTING_CONNECTION_STRING=mysql://root:password@localhost:3306/reporting