-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (38 loc) · 1.7 KB
/
.env.example
File metadata and controls
44 lines (38 loc) · 1.7 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
# LifeGraf Docker Environment Configuration
# Copy this file to .env and modify the values
# =============================================================================
# Security
# =============================================================================
# Admin User: admin
# Grafana admin password
GRAFANA_PASSWORD=admin123
# =============================================================================
# Module Enable/Disable (true/false)
# =============================================================================
GPS_ENABLED=false
STEAM_ENABLED=false
ACTIVITY_WATCH_ENABLED=false
BILIBILI_ENABLED=false
LEETCODE_ENABLED=false
# =============================================================================
# Steam Configuration
# =============================================================================
STEAM_BASE_URL=api.steampowered.com
STEAM_API_KEY=your_steam_api_key
STEAM_MY_ID=12345678901234567
STEAM_CRON=0 0/5 * * * ?
# =============================================================================
# ActivityWatch Configuration
# =============================================================================
ACTIVITY_WATCH_BASE_URL=http://host.docker.internal:5600
ACTIVITY_WATCH_CRON=0 0/10 * * * ?
# =============================================================================
# Bilibili Configuration
# =============================================================================
BILIBILI_CRON=0 0/10 * * * ?
# =============================================================================
# LeetCode Configuration
# =============================================================================
LEETCODE_BASE_URL=https://leetcode.cn
LEETCODE_USER_SLUG=your_username
LEETCODE_CRON=0 0/30 * * * ?