mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-10 03:08:40 +00:00
25 lines
398 B
Bash
Executable File
25 lines
398 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Paths
|
|
BASE_PATH="${BUILD_PATH}/.."
|
|
ROOT_PATH="${BUILD_PATH}/.."
|
|
|
|
TOOLS_PATH="${BUILD_PATH}/.."
|
|
RELEASE_PATH="/var/www/html/Release"
|
|
|
|
# Web
|
|
WEB_URL="http://jingga.app"
|
|
MAIL_ADDR=""
|
|
|
|
# Authentications
|
|
DB_USER="test"
|
|
DB_PASSWORD="orange"
|
|
|
|
# Git variables
|
|
GITHUB_URL[0]="https://github.com/Karaka-Management/Karaka.git"
|
|
|
|
GIT_BRANCH="develop"
|
|
|
|
DATE=$(date +%Y-%m-%d)
|
|
VERSION_HASH=${DATE}
|