Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/moodle/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9001
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_URL_REPLACE=true
W9_ADMIN_PATH=/admin
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE="mariadb"
Expand All @@ -20,7 +19,7 @@ W9_NETWORK=websoft9
MOODLE_URL=http://$W9_URL
MOODLE_DB_HOST=$W9_ID-mariadb
MOODLE_DB_NAME=moodle
MOODLE_DB_USER=moodle
MOODLE_DB_USER=root
MOODLE_DB_TYPE=mariadb
MOODLE_DB_PORT=3306
MOODLE_ADMIN_USER=$W9_LOGIN_USER
Expand Down
Loading