forked from kernel/hypeman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcli.example.yaml
More file actions
19 lines (17 loc) · 762 Bytes
/
cli.example.yaml
File metadata and controls
19 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# =============================================================================
# Hypeman CLI Configuration
# =============================================================================
# Place this file at ~/.config/hypeman/cli.yaml
#
# The install script automatically generates this file with a valid token
# for local access. For remote CLI access, create this file manually.
#
# Configuration precedence (highest to lowest):
# 1. CLI flags (e.g., --base-url)
# 2. Environment variables (HYPEMAN_BASE_URL, HYPEMAN_API_KEY)
# 3. This YAML config file
# =============================================================================
# Hypeman API URL
base_url: http://localhost:8080
# API authentication token (generated by hypeman-token)
api_key: ""