mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-81031 admin: Add swagger UI
This commit is contained in:
parent
fbca10b8f3
commit
091ae55c20
7 changed files with 148 additions and 1 deletions
|
@ -180,6 +180,14 @@ $CFG->wwwroot = 'http://example.com/moodle';
|
|||
|
||||
$CFG->dataroot = '/home/example/moodledata';
|
||||
|
||||
// Whether the Moodle router is fully configured.
|
||||
//
|
||||
// From Moodle 4.5 this is set to false.
|
||||
// The default value will change in a future release.
|
||||
//
|
||||
// When not configured on the web server it must be accessed via https://example.com/moodle/r.php
|
||||
// When configured the on the web server the 'r.php' may be removed.
|
||||
$CFG->routerconfigured = false;
|
||||
|
||||
//=========================================================================
|
||||
// 4. DATA FILES PERMISSIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue