🦝 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
269 B
Bash
8 lines
269 B
Bash
#!/bin/bash
|
|
# Copy this file to vars.sh and fill in your values
|
|
# vars.sh is gitignored for security
|
|
|
|
export REMOTE_HOST="your.server.hostname"
|
|
export REMOTE_USER="your_username"
|
|
export REMOTE_PATH="~/uncloseai-speech"
|
|
export CONTAINER_NAME="uncloseai-speech-server-1"
|