22 lines
764 B
Text
22 lines
764 B
Text
|
|
# env-fleet_agent — defaults. Overridden by _credentials.env at deploy time.
|
||
|
|
# All values mirror nickel/contracts.ncl; the deployer (Nu recipe) regenerates
|
||
|
|
# this file from the workspace NCL declaration before scp.
|
||
|
|
|
||
|
|
FLEET_AGENT_NODE_ID="UNSET"
|
||
|
|
FLEET_AGENT_TARGET_SERVER="UNSET"
|
||
|
|
FLEET_AGENT_IMAGE_REF="daoreg.librecloud.online/libre-forge/fleet-agent:0.1.0"
|
||
|
|
|
||
|
|
FLEET_AGENT_NATS_URL="nats://10.0.10.17:4222"
|
||
|
|
FLEET_AGENT_SUBJECT_PREFIX="fleet.libre-forge"
|
||
|
|
|
||
|
|
FLEET_AGENT_DECLARED_CPU="4"
|
||
|
|
FLEET_AGENT_DECLARED_RAM_GB="8"
|
||
|
|
FLEET_AGENT_DECLARED_DISK_GB="80"
|
||
|
|
|
||
|
|
FLEET_AGENT_HEARTBEAT_S="15"
|
||
|
|
FLEET_AGENT_SYSTEM_USER="fleet-agent"
|
||
|
|
|
||
|
|
# Decrypted by the deploy pipeline from nats.nkey_creds_ref. Sentinel
|
||
|
|
# "UNSET" causes the install script to abort.
|
||
|
|
FLEET_AGENT_NKEY_SEED="UNSET"
|