# Host-specific values for the two-node deployment. Copy to .env.devbox on the # host and fill in; .env.* is gitignored, so the real file is never committed. # # Keeping these out of the templates is deliberate: this repository is public, # and an earlier commit already removed a personal home directory from shipped # config. Nothing host-identifying should return to git. # Account xrpld runs as. RUN_USER= # Absolute path of the repository checkout on this host. REPO_DIR= # Mount holding the node data directories. The units require it, so a missing # disk fails the unit instead of silently filling the root filesystem. DATA_MOUNT= # Telemetry identity of each node, reported as the service_instance_id label on # every metric, span and log line, and used as the log directory name. # # Name them after the machine, so a dashboard shows which box the data came # from -- a host running two nodes needs two distinct values. Changing them # breaks continuity with data already stored under the old names, so reuse the # host's established names rather than inventing new ones. # # Allowed characters: letters, digits, dot, underscore, hyphen. NODE1_INSTANCE_ID= NODE2_INSTANCE_ID=