.env File
This commit is contained in:
22
.env-example
Normal file
22
.env-example
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
DOCUMENT_ROOT=./data/www
|
||||||
|
PHP_FPM_INI=./config/php-fpm/php.ini
|
||||||
|
PHP_PMA_INI=./config/pma/php.ini
|
||||||
|
PHP_INI=./config/php/php.ini
|
||||||
|
PMA_CFG=./config/pma/config.user.inc.php
|
||||||
|
LOG_ROOT=./logs/
|
||||||
|
MYSQL_ROOT_PASSWORD=init
|
||||||
|
MYSQL_DATABASE=init
|
||||||
|
MYSQL_USER=init
|
||||||
|
MYSQL_PASSWORD=init
|
||||||
|
MYSQL_USER_NEW=init
|
||||||
|
MYSQL_PASSWORD_NEW=init
|
||||||
|
MYSQL_DATABASE_NEW=init
|
||||||
|
MYSQL_BACKUP=./data/mysql/backup
|
||||||
|
MYSQL_CONFIG_ROOT=./config/mysql
|
||||||
|
PMA_PORT=81
|
||||||
|
MYSQL_PORT=3306
|
||||||
|
APACHE_PORT=80
|
||||||
|
APACHES_PORT=443
|
||||||
|
APACHE_VHOSTS=./config/apache/vhosts
|
||||||
|
EXZEICHNUNGEN=/opt/Exzeichnungen
|
||||||
|
SSL_ROOT=./data/ssl
|
||||||
Reference in New Issue
Block a user