mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Setting it back to default status.
This commit is contained in:
parent
21ddaf605c
commit
6bfdcdef6b
12
config.php
12
config.php
@ -14,15 +14,15 @@
|
||||
$CFG->dbtype = "mysql"; // eg mysql, postgres, oracle, access etc
|
||||
$CFG->dbhost = "localhost"; // eg localhost
|
||||
$CFG->dbname = "moodle"; // eg moodle
|
||||
$CFG->dbuser = "moodle";
|
||||
$CFG->dbpass = "moodle";
|
||||
$CFG->dbuser = "username";
|
||||
$CFG->dbpass = "password";
|
||||
|
||||
|
||||
// Next you need to tell Moodle where it is, and where it can save files.
|
||||
|
||||
$CFG->wwwroot = "http://server.dougiamas.net/moodle";
|
||||
$CFG->dirroot = "/web/server/moodle";
|
||||
$CFG->dataroot = "/web/moodledata"; // Web-server writeable
|
||||
$CFG->wwwroot = "http://example.com/moodle";
|
||||
$CFG->dirroot = "/web/moodle";
|
||||
$CFG->dataroot = "/home/moodledata"; // Web-server writeable
|
||||
|
||||
|
||||
// Choose a theme from the "themes" folder. Default theme is "standard".
|
||||
@ -33,7 +33,7 @@ $CFG->theme = "standard";
|
||||
// Give the full name (eg mail.example.com) of an SMTP server that the
|
||||
// web server machine has access to (to send mail). Default: "localhost".
|
||||
|
||||
$CFG->smtphost = "dougiamas.com";
|
||||
$CFG->smtphost = "mail.example.com";
|
||||
|
||||
|
||||
// You should not need to change anything below this line
|
||||
|
Loading…
x
Reference in New Issue
Block a user