Update env variables

This commit is contained in:
joglomedia
2019-08-15 08:16:46 +07:00
parent 1d09bfd58b
commit 1eb53c8fad
2 changed files with 7 additions and 2 deletions

4
.env
View File

@@ -97,6 +97,10 @@ INSTALL_MYSQL=true
MYSQL_SERVER="mariadb"
MYSQL_VERSION="10.4"
MYSQL_ROOT_PASS=""
MARIABACKUP_USER="lempersh"
MARIABACKUP_PASS=""
[memcached]
INSTALL_MEMCACHED=true

View File

@@ -180,13 +180,14 @@ case "${1}" in
if [[ -n "${PASSWORD}" ]]; then
CREDENTIALS="
Here is your default system account information:
Hostname : $(hostname)
Server IP: ${IP_SERVER}
SSH Port : ${SSH_PORT}
Username : ${USERNAME}
Password : ${PASSWORD}
Access to your Database administration (Adminer):
http://${IP_SERVER}:8082/
http://${IP_SERVER}:8082/lcp/dbadminer/
Database root password: ${MYSQL_ROOT_PASS}
@@ -195,7 +196,7 @@ Access to your Database administration (Adminer):
DB Password: ${MARIABACKUP_PASS}
Access to your File manager (FileRun):
http://${IP_SERVER}:8083/
http://${IP_SERVER}:8082/lcp/filemanager/
Please Save & Keep It Private!
~~~~~~~~~~~~~~~~~~~~~~~~~o0o~~~~~~~~~~~~~~~~~~~~~~~~~"