-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-example
38 lines (33 loc) · 1 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
#================ APP_CONFIG ================#
APP_NAME=DU Exhibits
APP_VERSION=v0.1.0 (DEV)
ORGANIZATION=University of Denver
HOST=http://localhost:8004/
APP_HOST=localhost
APP_PORT=8004
API_URL=http://localhost:8004
API_KEY=<your-api-key>
NODE_ENV=development
#================ SSO_CONFIG ================#
SSO_HOST=<your-sso-host>
SSO_URL=<your-sso-url>
SSO_RESPONSE_URL=<your-sso-response-url>
SSO_LOGOUT_URL=<your-sso-logout-url>
#================ DB_CONFIG ================#
DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=<your-password>
DB_NAME=exhibits
#================ DB_TABLES ================#
EXHIBIT_RECORDS=<your-exhibits-table-name>
ITEM_RECORDS=<your-records-table-name>
HEADING_RECORDS=<your-heading-records-table-name>
USER_RECORDS=<your-user-records-table-name>
#================ TOKEN_CONFIG ================#
TOKEN_SECRET=<your-token-secret>
TOKEN_ALGO=HS512
TOKEN_EXPIRES=48h
TOKEN_ISSUER=<your-token-issuer>
#================ STORAGE_CONFIG ================#
WASABI_S3_ACCESS_KEY=
WASABI_S3_SECRET_KEY=