-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
.env.example
50 lines (35 loc) · 867 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Performance configuration:
# MALLOC_ARENA_MAX=2
# WEB_CONCURRENCY=2
# MIN_THREADS=25
# MAX_THREADS=25
# URL_MAX_CONCURRENCY=5
# CACHE_DIR=/tmp/rssbox/cache
# Application configuration:
# Redis is optional
#REDIS_URL=redis://localhost:6379/3
#TWITTER_ACCESS_TOKEN=
#GOOGLE_API_KEY=
#VIMEO_ACCESS_TOKEN=
#INSTAGRAM_SESSIONID=
#SOUNDCLOUD_CLIENT_ID=
#TWITCH_CLIENT_ID=
#TWITCHTOKEN_CLIENT_ID=
#IMGUR_CLIENT_ID=
# CSRF protection is enabled by default
#CSRF_PROTECTION=off
# Get your own at https://report-uri.com/
#CSP_REPORT_URI=
# Google Webmaster Tools
#GOOGLE_VERIFICATION_TOKEN=googleXXXXXXXXXXXXXXXX.html
# Airbrake
#AIRBRAKE_HOST=
#AIRBRAKE_API_KEY=
#AIRBRAKE_PROJECT_ID=
#AIRBRAKE_ENVIRONMENT=development
#AIRBRAKE_REPORT_404=true
# New Relic
#NEW_RELIC_LICENSE_KEY=
#NEW_RELIC_APP_NAME=RSSBox
#NEW_RELIC_LOG=stdout
#NEW_RELIC_LOG_LEVEL=warning