-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathcompass.example.yaml
More file actions
49 lines (40 loc) · 1.39 KB
/
compass.example.yaml
File metadata and controls
49 lines (40 loc) · 1.39 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
49
# Compass Config
# Notes
# - Copy this file to compass.yaml and replace values for your local setup.
# - Do not commit this file; it contains secrets.
# - For detailed explanations, see: https://docs.compasscalendar.com/docs/config
runtime:
version: latest
nodeEnv: development
logLevel: debug
timezone: Etc/UTC
web:
port: 9080
url: http://localhost:9080
backend:
port: 3000
apiUrl: http://localhost:3000/api
originsAllowed:
- http://localhost:3000
- http://localhost:9080
compassToken: REPLACE_WITH_COMPASS_TOKEN # any string will do
mongo:
username: compass
password: local-mongo-password
replicaSetKey: local-mongo-replica-set-key
uri: mongodb+srv://admin:[email protected]/dev_calendar?authSource=admin&retryWrites=true&w=majority&tls=true
supertokens:
uri: REPLACE_WITH_SUPERTOKENS_URI
key: REPLACE_WITH_SUPERTOKENS_KEY
# google:
# clientId: REPLACE_WITH_GOOGLE_CLIENT_ID # e.g. your-id.apps.googleusercontent.com
# clientSecret: REPLACE_WITH_GOOGLE_CLIENT_SECRET
# channelExpirationMin: 10
# webhookUrl: REPLACE_WITH_GOOGLE_WEBHOOK_URL # e.g. https://example.trycloudflare.com/api
# notificationToken: REPLACE_WITH_NOTIFICATION_TOKEN
# email:
# kitApiSecret: REPLACE_WITH_KIT_API_SECRET
# kitUserTagId: REPLACE_WITH_KIT_USER_TAG_ID
# posthog:
# key: REPLACE_WITH_POSTHOG_KEY
# host: REPLACE_WITH_POSTHOG_HOST