-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
70 lines (58 loc) · 2 KB
/
sample.env
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
LOG_ENABLED=true
DATABASE_API_URL=postgres://postgres:@localhost:5466/ucpa_facilitator
TEST_DATABASE_API_URL=postgres://postgres:@localhost:5466/ucpa_facilitator_test
BASE_URL=https://example.net
GYMLIB_MAIL_RECEIVER_IMAP_HOST=
GYMLIB_MAIL_RECEIVER_IMAP_PORT=
GYMLIB_MAIL_RECEIVER_IMAP_USER=
GYMLIB_MAIL_RECEIVER_IMAP_PASSWORD=
GYMLIB_MAIL_RECEIVER_IMAP_SEARCH_QUERY='{ "from": "[email protected]" }'
UCPA_MAIL_RECEIVER_IMAP_HOST=
UCPA_MAIL_RECEIVER_IMAP_PORT=
UCPA_MAIL_RECEIVER_IMAP_USER=
UCPA_MAIL_RECEIVER_IMAP_PASSWORD=
UCPA_MAIL_RECEIVER_IMAP_SEARCH_QUERY=
# The area id can be found in the network calls on your center's booking page.
# Default: Paris : area_1639603560_9977f290-5ded-11ec-96d0-03e553c50e2f
UCPA_AREA_ID=area_1639603560_9977f290-5ded-11ec-96d0-03e553c50e2f
# The club number corresponds to the position of your center in the select of this form : https://sphinx.ucpa.com/surveyserver/s/ucpa/CONTREMARQUE/Gymlib.htm
# Default: Paris: 6
FORM_RESPONSE='{ "club": "6", "firstName": "", "lastName": "", "email": "", "tel": "" }'
FORM_SUBMIT_ENABLED=true
CRON_TIME='0 */10 * * * *'
# Your preferred slots should be ordered by day and slot preference; not every day has to be present.
TIME_SLOTS_PREFERENCES='{
"sun": [
"17h00",
"18h00",
"19h00",
"20h00"
],
"sat": [
"17h00",
],
"mon": [
"19h00",
"20h00"
],
"tue": [
"19h00",
"20h00"
],
"fri": [
"19h00",
"20h00"
]
}'
NOTIFICATIONS_NTFY_URL=
NOTIFICATIONS_NTFY_TOKEN=
NOTIFICATIONS_NTFY_TOPIC=
# URL from https://developer.apple.com/documentation/UserNotifications/sending-notification-requests-to-apns#Establish-a-connection-to-APNs
NOTIFICATIONS_APPLE_URL=
CALENDAR_NAME=ucpa
# Generate a new uuid to make the calendar url unpredictable
# Ex: node --eval "console.log(require('crypto').randomUUID());"
CALENDAR_ID=5f67a0f9-3c63-4be5-b86a-c064ebcea491
APPLE_PASS_TYPE_IDENTIFIER=
APPLE_TEAM_IDENTIFIER=
BROWSER_WS_ENDPOINT=ws://localhost:3000/