-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.env.example
More file actions
33 lines (29 loc) · 941 Bytes
/
.env.example
File metadata and controls
33 lines (29 loc) · 941 Bytes
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
# PAI Environment Variables
# ==========================
#
# SINGLE SOURCE OF TRUTH for all API keys and authentication.
# Copy this file to $PAI_DIR/.env and fill in your values.
#
# Location: $PAI_DIR/.env (e.g., ~/.config/pai/.env)
#
# SECURITY RULES:
# 1. NEVER commit .env files to git
# 2. NEVER store API keys anywhere else in PAI
# 3. ALL packs and tools read from this ONE file
# ============================================================
# REQUIRED: System Configuration
# ============================================================
# Your DA's name
DA=YourDAName
# Your timezone
TIME_ZONE=America/Los_Angeles
# ============================================================
# PACK-SPECIFIC KEYS
# ============================================================
#
# Each pack documents its required API keys in its installation
# section. Add them here as you install packs.
#
# Example format:
# SERVICE_API_KEY=your_key_here
#