-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.05 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
# Discord bot token
DISCORD_TOKEN=your-discord-token
# Guild / server configuration
GUILD_ID=697971426799517774
# STATUS_CHANNEL_ID=your-status-channel-id
# STATUS_MESSAGE_ID=your-existing-bot-status-message-id
STATUS_CHANNEL_RENAME=true
# HAL status page configuration
HAL_STATUS_URL=https://www.maglaboratory.org/hal
OPEN_STATUS_INTERVAL_MINUTES=5
# Grafana live open-switch configuration (requires the MAGLab network)
GRAFANA_BASE_URL=https://jane.maglab
GRAFANA_DATASOURCE_ID=1
GRAFANA_DATABASE=maglab
GRAFANA_MEASUREMENT=maglab
GRAFANA_OPEN_SWITCH_FIELD=Open Switch
GRAFANA_MAX_SAMPLE_AGE_MINUTES=15
GRAFANA_USERNAME=maglab
GRAFANA_PASSWORD=your-grafana-password
GRAFANA_VERIFY_SSL=true
# Calendar sync configuration
ICS_URLS=https://calendar.google.com/calendar/ical/c_3keov3j3lc5qscq754mb4n38b4%40group.calendar.google.com/public/basic.ics,https://calendar.google.com/calendar/ical/bjpkvaeg1rjq9u3c6utecq1jos%40group.calendar.google.com/public/basic.ics
SYNC_DAYS=7
CALENDAR_SYNC_INTERVAL_HOURS=1
# Timezone for scheduling and display
TIMEZONE=America/Los_Angeles