-
-
Notifications
You must be signed in to change notification settings - Fork 262
/
.env.private.sample
113 lines (78 loc) · 2.66 KB
/
.env.private.sample
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# File which contains keys and other 'set and forget' information
# Used in link creation and in the frontend
# brand name is also tied into the meta tags from the media page
DOMAIN_NAME_AND_TLD='https://nodetube.live'
INSTANCE_BRAND_NAME='NodeTube'
INSTANCE_DOMAIN_NAME='nodetube.live'
#LIVESTREAM_RTMP_DOMAIN='https://broadcast.nodetube.live'
#LIVESTREAM_VIEWING_DOMAIN='https://livestream.nodetube.live'
INSTANCE_CONTACT_EMAIL='[email protected]'
# Where to run Mongo from. Multiple env vars to cover multiple hosting platforms
MONGODB_URI='mongodb://localhost:27017/nodetube'
MONGOLAB_URI='mongodb://localhost:27017/nodetube'
MONGO_URI='mongodb://localhost:27017/nodetube'
# endpoint to hit during uploads
UPLOAD_URL='/upload'
# set where the files themselves will be served from (/uploads is for serving from local machine)
UPLOAD_SERVER='/uploads'
# values to set to allow backblaze uploads and file serving
BACKBLAZE_HOST_URL=
BACKBLAZE_ACCOUNT_ID=
BACKBLAZE_APP_KEY=
BACKBLAZE_BUCKET=
# setup for nodemailer to send verification emails/reset password emails
# your email address for no reply ([email protected])
NODETUBE_NOREPLY_EMAIL_ADDRESS=''
# email password for no reply functionality
NODETUBE_NOREPLY_EMAIL_PASSWORD=''
# host, like smtp.mailprovder.com
NODETUBE_NOREPLY_EMAIL_HOST=''
# port, like 465 for ssl stmp
NODETUBE_NOREPLY_EMAIL_PORT=''
# mailgun integration for sending emails
MAILGUN_API_KEY='exampleApiKey14134'
MAILGUN_DOMAIN='example.domain.com'
MAILJET_PRIVATE_KEY=''
MAILJET_PUBLIC_KEY=''
#sendgrid key
SENDGRID_KEY=''
# protonmail integration for sending emails
PROTONMAIL_USERNAME=''
PROTONMAIL_PASSWORD=''
# google recaptcha setup for registrations
RECAPTCHA_SITEKEY=
RECAPTCHA_SECRETKEY=
# stripe api key for backend calls
STRIPE_API_KEY=
# stripe frontend token for identification
STRIPE_FRONTEND_TOKEN=
#stripe plan name
STRIPE_PLAN_NAME
# ifttt token for posting content to social media
IFTTT_TOKEN=
# integration for posting to facebook
FACEBOOK_APP_TOKEN=
FACEBOOK_ID=
FACEBOOK_PAGE_ID=
# google analytics setup
GOOGLE_ANALYTICS_ID=
# coinminer (delete for time being)
COINHIVE_IDENTIFIER=
# unique tag for zopim
ZOPIM_IDENTIFIER=
# youtube client for allowing youtube oauth login
YOUTUBE_CLIENT_ID=
YOUTUBE_CLIENT_SECRET=
# discord authentication for moderation alerts
DISCORD_MODERATION_WEBHOOK_URL=
# auth token for built ngrok's app.js integration
NGROK_AUTHTOKEN=
# value like nodetube ( not nodetube.ngrok.io )
NGROK_SUBDOMAIN=
# Change this to any secure secret if running in production
SESSION_SECRET=setABetterSecretInProduction
#REDIS_URL=
# Google Adsense
#ADSENSE_ID=ca-pub-xxx
# Akismet key for comment spam blocking
AKISMET_API_KEY=''