File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# mysql configuration
2- MYSQL_PORT = 8181 # set your port
3- MYSQL_ROOT_PASSWORD = root # set your root password
2+ MYSQL_PORT = 8181
3+ MYSQL_ROOT_PASSWORD = root
44# npm configuration
5- NPM_PORT = 80 # set your default port
6- NPM_PORT_ADMIN = 81 # set your admin port
7- NPM_PORT_SSL = 443 # set your default ssl port
8- NPM_DB_NAME = db_npm # set your database name
9- NPM_DB_USER = user_npm # set your database user
10- NPM_DB_PASSWORD = pass_npm # set your database password
5+ NPM_PORT = 80
6+ NPM_PORT_ADMIN = 81
7+ NPM_PORT_SSL = 443
8+ NPM_DB_NAME = db_npm
9+ NPM_DB_USER = user_npm
10+ NPM_DB_PASSWORD = pass_npm
1111# phpmyadmin configuration
12- PMA_PORT = 8018 # set your port
13- PMA_ARBITRARY = 0 # set 0 for disable host authentication by ip or dns name (not recommended)
14- PMA_FORCE_SSL = 0 # set 0 for disable SSL connection (not recommended)
12+ PMA_PORT = 8018
13+ PMA_ARBITRARY = 0 # set 1 if u want to connect to any mysql server
14+ PMA_FORCE_SSL = 0 # set 1 if u want to force ssl connection
1515# set your domain name ex: (https://domain.com) or let empty if u run on localhost
1616PMA_ABSOLUTE_URI =
1717# set networks
18- NETWORK_NAME = environment-server # set your network name
18+ NETWORK_NAME = environment-server
You can’t perform that action at this time.
0 commit comments