Skip to content

Commit acb282b

Browse files
authored
Merge pull request #2084 from Websoft9/feat/moodle-update-20260319
chore: update moodle env
2 parents c719094 + 68460f3 commit acb282b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/moodle/.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ W9_HTTP_PORT=80
99
W9_HTTP_PORT_SET=9001
1010
W9_URL=internet_ip:$W9_HTTP_PORT_SET
1111
W9_URL_REPLACE=true
12-
W9_ADMIN_PATH=/admin
1312
W9_LOGIN_USER=admin
1413
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
1514
W9_DB_EXPOSE="mariadb"
@@ -20,7 +19,7 @@ W9_NETWORK=websoft9
2019
MOODLE_URL=http://$W9_URL
2120
MOODLE_DB_HOST=$W9_ID-mariadb
2221
MOODLE_DB_NAME=moodle
23-
MOODLE_DB_USER=moodle
22+
MOODLE_DB_USER=root
2423
MOODLE_DB_TYPE=mariadb
2524
MOODLE_DB_PORT=3306
2625
MOODLE_ADMIN_USER=$W9_LOGIN_USER

0 commit comments

Comments
 (0)