-
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) · 1 KB
/
.env.example
File metadata and controls
23 lines (19 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# =============================================================================
# MiloAgent — Environment Variables
# =============================================================================
# Copy this file to .env and fill in your values:
# cp .env.example .env && nano .env
#
# Note: API keys for LLM providers and platform credentials
# are in config/*.yaml files, NOT here.
# =============================================================================
# ── Web Dashboard Auth ────────────────────────────────────
MILO_WEB_USER=admin
MILO_WEB_PASS=changeme
# Dashboard port (auto-resolved if taken)
MILO_PORT=8420
# ── Timezone ────────────────────────────────────────────
TZ=UTC
# ── Docker resource limits ──────────────────────────────
MILO_MEM_LIMIT=512m
MILO_CPU_LIMIT=1.0