-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 1.64 KB
/
.env.example
File metadata and controls
37 lines (32 loc) · 1.64 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
# ==============================================================================
# MeticAI Environment Configuration
# ==============================================================================
# Copy this file to .env and fill in your values.
#
# Required:
# METICULOUS_IP - IP address or hostname of your Meticulous machine
#
# Optional:
# GEMINI_API_KEY - Get from https://aistudio.google.com/app/apikey
# (AI features are disabled when not set)
# ==============================================================================
# Optional: Google Gemini API key for AI features (leave blank to disable AI)
GEMINI_API_KEY=
# Optional: Override the Gemini model (default: gemini-2.5-flash)
# Only change this if you know what you're doing.
# GEMINI_MODEL=gemini-2.5-flash
# Required: IP address or hostname of your Meticulous Espresso Machine
# Default: meticulous.local (uses mDNS)
METICULOUS_IP=meticulous.local
# ==============================================================================
# Optional: Tailscale (for remote access)
# ==============================================================================
# Uncomment and set to enable Tailscale integration
# Get an auth key from https://login.tailscale.com/admin/settings/keys
# TAILSCALE_AUTHKEY=tskey-auth-xxxxx
# ==============================================================================
# Optional: Watchtower (for auto-updates)
# ==============================================================================
# Uncomment to enable automatic image updates via Watchtower
# WATCHTOWER_TOKEN will be auto-generated during installation
# WATCHTOWER_TOKEN=your_random_token_here