forked from GEWIS/sudosos-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (41 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
48 lines (41 loc) · 1.15 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
NODE_ENV = development
# Override API_BASEPATH for local dev (prod default: /api/v1 via nginx)
API_BASEPATH = /v1
# Database — defaults to better-sqlite3 for local dev
# For MariaDB/MySQL, set these:
# TYPEORM_CONNECTION = mariadb
# TYPEORM_HOST = localhost
# TYPEORM_PORT = 3306
# TYPEORM_DATABASE = sudosos
# TYPEORM_USERNAME =
# TYPEORM_PASSWORD =
# Stripe — all four required to enable Stripe
# STRIPE_PUBLIC_KEY =
# STRIPE_PRIVATE_KEY =
# STRIPE_WEBHOOK_SECRET =
# STRIPE_RETURN_URL =
# LDAP — set ENABLE_LDAP=true and provide all LDAP_* vars to enable
# ENABLE_LDAP = false
# LDAP_SERVER_URL =
# LDAP_BASE =
# LDAP_BIND_USER =
# LDAP_BIND_PW =
# LDAP_USER_FILTER =
# LDAP_USER_BASE =
# LDAP_SHARED_ACCOUNT_FILTER =
# LDAP_ROLE_FILTER =
# LDAP_SERVICE_ACCOUNT_FILTER =
# SMTP — set all three to enable mail
# SMTP_FROM =
# SMTP_HOST =
# SMTP_PORT = 587
# SMTP_USERNAME =
# SMTP_PASSWORD =
# GEWIS integration secrets
# GEWISWEB_PUBLIC_TOKEN =
# GEWISWEB_JWT_SECRET =
# GEWISDB_API_KEY =
# GEWISDB_API_URL =
# PDF generators — defaults match docker-compose service names
# PDF_GEN_URL = http://pdf:3001/pdf
# HTML_PDF_GEN_URL = http://pdf-compiler:80/api/v1