Update run.sh

This commit is contained in:
Alexandre
2021-10-21 21:37:12 +02:00
committed by GitHub
parent e07cae302c
commit 632e6490de

View File

@@ -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