first commit
This commit is contained in:
15
config.sh.example
Normal file
15
config.sh.example
Normal file
@ -0,0 +1,15 @@
|
||||
# Git Configuration
|
||||
GIT_REPO_URL="git@git.example.org:WASHNote/example-apps.git"
|
||||
GIT_SSH_HOST="git.example.org"
|
||||
GIT_SSH_PORT="22"
|
||||
GIT_USER="git"
|
||||
|
||||
# Abra Server Configuration (shared)
|
||||
ABRA_SERVER_HOST="example.org"
|
||||
ABRA_SERVER_PORT="22"
|
||||
|
||||
# Path configuration
|
||||
ABRA_PATH="/root/.local/bin"
|
||||
|
||||
# SSH Key Configuration
|
||||
SSH_KEY_FILE="$HOME/.ssh/id_ed25519"
|
Reference in New Issue
Block a user