2024-09-28 10:39:26 +02:00
|
|
|
# Git Configuration
|
2024-09-28 22:08:18 +02:00
|
|
|
GIT_REPO_URL="git@git.example.org:ExampleOrg/example-apps.git"
|
2024-09-28 10:39:26 +02:00
|
|
|
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
|
2024-09-28 22:08:18 +02:00
|
|
|
ABRA_PATH="~/.local/bin"
|
2024-09-28 10:39:26 +02:00
|
|
|
|
|
|
|
# SSH Key Configuration
|
|
|
|
SSH_KEY_FILE="$HOME/.ssh/id_ed25519"
|