File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ APP_NAME=Lerama
22APP_URL = https://lerama.lab
33ADD_BLOG_LINK = https://google.com
44
5- DB_HOST = localhost
6- DB_NAME = lerama
7- DB_USER = root
8- DB_PASS = root
9- DB_PORT = 3306
5+ LERAMA_DB_HOST = localhost
6+ LERAMA_DB_NAME = lerama
7+ LERAMA_DB_USER = root
8+ LERAMA_DB_PASS = root
9+ LERAMA_DB_PORT = 3306
1010
1111ADMIN_USERNAME = admin
1212ADMIN_PASSWORD = admin
Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ log_info "Setting up environment variables in /app/.env..."
8282cat > /app/.env << EOL
8383APP_NAME=Lerama
8484APP_URL=${APP_URL:- https:// lerama.lab}
85- DB_HOST =${LERAMA_DB_HOST:- localhost}
86- DB_PORT =${LERAMA_DB_PORT:- 3306}
87- DB_NAME =${LERAMA_DB_NAME:- lerama}
88- DB_USER =${LERAMA_DB_USER:- root}
89- DB_PASS =${LERAMA_DB_PASS:- root}
85+ LERAMA_DB_HOST =${LERAMA_DB_HOST:- localhost}
86+ LERAMA_DB_PORT =${LERAMA_DB_PORT:- 3306}
87+ LERAMA_DB_NAME =${LERAMA_DB_NAME:- lerama}
88+ LERAMA_DB_USER =${LERAMA_DB_USER:- root}
89+ LERAMA_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