mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01:00
Update run.sh
This commit is contained in:
@@ -38,33 +38,3 @@ if bashio::supervisor.ping; then
|
||||
bashio::log.blue \
|
||||
'-----------------------------------------------------------'
|
||||
fi
|
||||
|
||||
##################
|
||||
# INITIAL CONFIG #
|
||||
##################
|
||||
|
||||
#SSL
|
||||
# SSLEngine on
|
||||
# SSLCertificateFile /certs/webtrees.crt
|
||||
# SSLCertificateKeyFile /certs/webtrees.key
|
||||
|
||||
export PRETTY_URLS=0
|
||||
export LANG="en-US"
|
||||
export BASE_URL="http://192.168.178.69:9999"
|
||||
export DB_TYPE="sqlite"
|
||||
export DB_HOST="http://127.0.0.1"
|
||||
export DB_PORT="80"
|
||||
export DB_USER="test"
|
||||
export DB_PASS="test"
|
||||
export DB_NAME="webtrees.sqlite"
|
||||
export DB_PREFIX="wt_"
|
||||
export WT_USER="username"
|
||||
export WT_NAME="Full Name"
|
||||
export WT_PASS= "mybadpassword"
|
||||
export WT_EMAIL="me@example.com"
|
||||
|
||||
#############
|
||||
# START APP #
|
||||
#############
|
||||
|
||||
#sh /docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user