Skip to content

Commit 786ba1c

Browse files
author
xfathurrahman
committed
modified: .env.example
1 parent 415735a commit 786ba1c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.env.example

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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
1616
PMA_ABSOLUTE_URI=
1717
# set networks
18-
NETWORK_NAME=environment-server #set your network name
18+
NETWORK_NAME=environment-server

0 commit comments

Comments
 (0)