File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ services:
77 APP_URL : https://lerama.lab
88 LERAMA_DB_HOST : localhost
99 LERAMA_DB_PORT : 3306
10- LERAMA_DB_DATABASE : lerama
11- LERAMA_DB_USERNAME : root
12- LERAMA_DB_PASSWORD : root
10+ LERAMA_DB_NAME : lerama
11+ LERAMA_DB_USER : root
12+ LERAMA_DB_PASS : root
1313 ADMIN_USERNAME : admin
1414 ADMIN_PASSWORD : admin
1515 ADMIN_EMAIL :
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ APP_NAME=Lerama
8484APP_URL=${APP_URL:- https:// lerama.lab}
8585DB_HOST=${LERAMA_DB_HOST:- localhost}
8686DB_PORT=${LERAMA_DB_PORT:- 3306}
87- DB_NAME=${LERAMA_DB_DATABASE :- lerama}
88- DB_USER=${LERAMA_DB_USERNAME :- root}
89- DB_PASS=${LERAMA_DB_PASSWORD :- root}
87+ DB_NAME=${LERAMA_DB_NAME :- lerama}
88+ DB_USER=${LERAMA_DB_USER :- root}
89+ DB_PASS=${LERAMA_DB_PASS :- root}
9090ADMIN_USERNAME=${ADMIN_USERNAME:- admin}
9191ADMIN_PASSWORD=${ADMIN_PASSWORD:- admin}
9292ADD_BLOG_LINK=${ADD_BLOG_LINK:- }
You can’t perform that action at this time.
0 commit comments