mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-27 15:08:42 +00:00
17 lines
243 B
Bash
17 lines
243 B
Bash
#!/bin/bash
|
|
|
|
# Paths
|
|
BASE_PATH="/var/www/html"
|
|
ROOT_PATH="/var/www/html/OnlineResourceWatcherApp"
|
|
|
|
# Web
|
|
WEB_URL="http://karaka.de"
|
|
MAIL_ADDR=""
|
|
|
|
# Authentications
|
|
DB_USER="root"
|
|
DB_PASSWORD="root"
|
|
|
|
DATE=$(date +%Y-%m-%d)
|
|
VERSION_HASH=${DATE}
|