-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
31 lines (26 loc) · 911 Bytes
/
.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
# File is used during execution of:
# - migrations
# - schema updates
# - host inits
# - e2e tests
DB_CLIENT=mysql
DB_HOST=127.0.0.1
DB_PORT=13306
DB_DATABASE=dashboard-globalping
DB_USER=directus
DB_PASSWORD=password
# Collation mapping from here: https://github.com/sidorares/node-mysql2/blob/bded4980065319e58a4f87d828cc355fb79f5bd3/lib/constants/charsets.js#L199
DB_CHARSET_NUMBER=224
DB_DECIMAL_NUMBERS=true
MIGRATIONS_PATH=extensions/migrations
# ID that will be used for the flow. Any valid UUID.
# The final URL for the webhook is ${host}/flows/trigger/${WEBHOOK_FLOW_ID}
WEBHOOK_FLOW_ID=e8a4c2b2-3ed4-4ddc-b98e-34c1952c2323
DIRECTUS_URL=http://127.0.0.1:18055
# E2E
# Used during nuxt build of the globalping-dash repo.
DASH_URL=http://127.0.0.1:13010
DASH_INDEX_FILE_PATH=test/e2e/globalping-dash/.output/server/index.mjs
ADMIN_PASSWORD=password
ADMIN_ACCESS_TOKEN=