-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (30 loc) · 792 Bytes
/
.env.example
File metadata and controls
40 lines (30 loc) · 792 Bytes
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
# Debug variable, when true authentication is disabled and 500 errors return full error message
WAPI_DEBUG=
# Backend config - if running locally (port forwarding), ensure host=localhost and port=[forwarded port]
WAPI_DB_HOST=localhost
WAPI_DB_PORT=5432
WAPI_DB_NAME=ystv
WAPI_DB_USER=postgres
WAPI_DB_PASS=postgres
# Use either require, verify-full, verify-ca, or disable
WAPI_DB_SSLMODE=disable
WAPI_CDN_ENDPOINT=
WAPI_CDN_REGION=
WAPI_CDN_ACCESSKEYID=
WAPI_CDN_SECRETACCESSKEY=
WAPI_MQ_HOST=
WAPI_MQ_PORT=
WAPI_MQ_USER=
WAPI_MQ_PASS=
WAPI_VT_ENDPOINT=
WAPI_MAIL_HOST=
WAPI_MAIL_USER=
WAPI_MAIL_PASS=
WAPI_MAIL_PORT=
# Application config
WAPI_DOMAIN_NAME=localhost
WAPI_BUCKET_VOD_SERVE=
WAPI_BUCKET_VOD_INGEST=
# JWT Signing key
WAPI_SIGNING_KEY=
WAUTH_JWT_COOKIE_NAME=wauth_jwt