0265afa054
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
8 lines
179 B
Bash
8 lines
179 B
Bash
PORT=3000
|
|
HOST_BRIDGE_IP=192.168.100.1
|
|
SSH_KEY_PATH=~/.ssh/sc_host_key
|
|
SAVE_DIR=~/.local/share/sysadmin-chronicles
|
|
CONTENT_DIR=../content
|
|
LIBVIRT_URI=qemu:///system
|
|
VM_PREFIX=sc-
|