-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.recommended
More file actions
56 lines (44 loc) · 1.41 KB
/
env.recommended
File metadata and controls
56 lines (44 loc) · 1.41 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
# Copy to .env and fill in values
# Rails
SECRET_KEY_BASE=xxxxxxxxxxxxxxxxxxxxxxxx
RAILS_ENV=production
RACK_ENV=production
ON_DOCKER=yes
# Hosts (used for config.hosts and healthcheck Host header)
FACT_CHECK_INSIGHTS_HOST=factcheckinsights.fullfact.org
MEDIA_VAULT_HOST=mediavault.fullfact.org
PUBLIC_LINK_HOST=public.fullfact.org
# Required by Figaro
KEY_ENCRYPTION_SALT=xxxxxxxxxxxxxxxxxxxxxxxxxxx
HYPATIA_SERVER_URL=https://grigori-dev.ngrok.app/scrape.json
HYPATIA_AUTH_KEY=xxxxxxxxxxxxxxxxxx
AUTH_BASE_HOST=pagekite.me
MAIL_DOMAIN=mail.factcheckinsights.com
MAILGUN_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Ollama and APIs
OLLAMA_URL=https://ollama-grigori.ngrok-free.app
OLLAMA_PASSWORD=qEWF0jRDWwp#rAEmQuR
FACTCHECK_TOOLS_API_KEY=AIzaSyDAnHwczVBZLbJyN_EkBLAwxJNm3l3UE-M
# Chrome extension
CHROME_EXTENSION_ID=kmjphfefejmfaceeiibohnibbingnmkj
# Auth
DEVISE_JWT_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Shrine / S3 (leave empty if using local storage)
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_S3_BUCKET_NAME=
AWS_S3_BUCKET_NAME_HYPATIA=hypatia-testing
# For GCP S3-compatible API
S3_ENDPOINT=https://storage.googleapis.com
CLOUDFRONT_HOST=
# Optional
MALLOC_ARENA_MAX=2
# ImageMagick
VIPS_WARNING=0
# Honeybadger (leave empty to disable)
HONEYBADGER_API_KEY=
# Memcache settings (using local memcached container)
MEMCACHIER_SERVERS=memcached:11211
# Disable SSL for local development
FORCE_SSL=false