15 lines
446 B
Text
15 lines
446 B
Text
|
|
# Example EdgeConnect CLI Configuration File
|
||
|
|
# Place this file at ~/.edge-connect.yaml or specify with --config flag
|
||
|
|
|
||
|
|
# Base URL for the EdgeConnect API
|
||
|
|
base_url: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
||
|
|
|
||
|
|
# Authentication credentials
|
||
|
|
username: "your-username@example.com"
|
||
|
|
password: "your-password"
|
||
|
|
|
||
|
|
# API version to use (v1 or v2)
|
||
|
|
# Default: v2
|
||
|
|
# Set via config, --api-version flag, or EDGE_CONNECT_API_VERSION env var
|
||
|
|
api_version: "v2"
|