27 lines
615 B
Plaintext
27 lines
615 B
Plaintext
# ST Flow Test Harness — Environment Configuration
|
|
# Copy to .env and fill in values for your environment.
|
|
# .env is gitignored — never commit credentials.
|
|
|
|
# ST Admin API
|
|
ST_HOST=192.168.0.245
|
|
ST_ADMIN_PORT=444
|
|
ST_ADMIN_USER=admin
|
|
ST_ADMIN_PASS=
|
|
|
|
# ST SFTP (upload account)
|
|
ST_SFTP_HOST=192.168.0.245
|
|
ST_SFTP_PORT=8022
|
|
ST_SFTP_USER=conan
|
|
ST_SFTP_PASS=
|
|
ST_SFTP_UPLOAD_DIR=/skill-test
|
|
|
|
# Partner destination (where ST delivers after routing)
|
|
PARTNER_SSH_HOST=
|
|
PARTNER_SSH_PORT=2222
|
|
PARTNER_SSH_USER=claw
|
|
PARTNER_SSH_KEY=~/.ssh/id_rsa_clawdbox
|
|
PARTNER_DEST_DIR=/data/st-test
|
|
|
|
# Test timing
|
|
ROUTING_TIMEOUT_SEC=30
|