mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-07 05:08:15 +00:00
Update env variables
This commit is contained in:
4
.env
4
.env
@@ -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
|
||||
|
||||
|
||||
@@ -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~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||
|
||||
Reference in New Issue
Block a user