forked from sxjeru/CLIProxyAPI-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 698 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# CLIProxyAPI management Center
CLIPROXY_SECRET_KEY=
CLIPROXY_API_BASE_URL=
# Multi-project mode (optional, comma-separated, ordered pairing)
# If set, these take precedence over single-value vars above.
# Example:
# CLIPROXY_SECRET_KEYS=key_main,key_project2
# CLIPROXY_API_BASE_URLS=https://a.example.com,https://b.example.com
CLIPROXY_SECRET_KEYS=
CLIPROXY_API_BASE_URLS=
# Database
DATABASE_URL=
# Security
PASSWORD=
CRON_SECRET=<any-long-secret-string>
# Display timezone for date grouping in charts (IANA timezone name)
# Examples: UTC, Europe/London, America/New_York, Asia/Tokyo
# Defaults to Asia/Shanghai if not set. Set to your local timezone for correct day/hour grouping.
TIMEZONE=