-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
56 lines (44 loc) · 1.3 KB
/
.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
51
52
53
54
55
56
# Backend Postgres connection
POSTGRES_USER=navigator
POSTGRES_PASSWORD=password
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@backend_db:5432/${POSTGRES_USER}
# Fastapi settings
ENABLE_API_DOCS=True
DOCUMENT_CACHE_TTL_MS=0
# Vespa config
# Search and Feed Interfaces endpoint
VESPA_URL=http://vespatest:8080
# Config Server
VESPA_CONFIG_URL=http://vespatest:19071
VESPA_SECRETS_LOCATION=/secrets
# VESPA_CERT=
# VESPA_KEY=
# Backend Superuser account information for admin
SUPERUSER_PASSWORD=password
# AWS credentials
AWS_ACCESS_KEY_ID=ACCESS_KEY
AWS_SECRET_ACCESS_KEY=SECRET_KEY
AWS_REGION=eu-west-1
# Frontend
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
NEXT_PUBLIC_LOGIN_API_URL=http://localhost:8000/api/tokens
PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_ADOBE_API_KEY=apikey
# Backend API host
API_HOST=http://backend:8888
# app secret
SECRET_KEY=super_secret
TOKEN_SECRET_KEY=another_super_secret
PASSWORD_RESET_TOKEN_EXPIRY_MINUTES=30
DOCUMENT_BUCKET=cpr-document-queue
# CDN URL
CDN_URL=https://cdn.climatepolicyradar.org
CDN_DOMAIN=cdn.climatepolicyradar.org
DOCUMENT_CACHE_BUCKET=some_cdn_bucket
# Pipeline settings
PIPELINE_BUCKET="test_pipeline_bucket"
# Default frontend config vars
THEME=cpr
HOSTNAME=http://localhost:3000
ROBOTS=false