Build/config.sh
2022-11-04 20:03:44 +01:00

28 lines
540 B
Bash
Executable File

#!/bin/bash
# Paths
BASE_PATH="/var/www/html"
ROOT_PATH="/var/www/html/Karaka"
BUILD_PATH="/var/www/html/Build"
TOOLS_PATH="/var/www/html/Tools"
RELEASE_PATH="/var/www/html/Release"
INSPECTION_PATH="/var/www/html/Inspection"
# Web
WEB_URL="http://karaka.de"
MAIL_ADDR=""
# Authentications
DB_USER="root"
DB_PASSWORD="root"
# Git variables
GITHUB_URL[0]="https://github.com/Karaka-Management/Karaka.git"
GITHUB_URL[1]="https://github.com/Karaka-Management/Website.git"
GIT_BRANCH="develop"
DATE=$(date +%Y-%m-%d)
VERSION_HASH=${DATE}