Skip to content

Commit

Permalink
[docs] added config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Jan 29, 2024
1 parent 2a9e1ea commit d96e84c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions development/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Moodle Config

You can copy `config.php` into `/development/moodle` to apply some default settings useful for development.
These adjustments need to be made only once after the initial Moodle setup.

`kialo-admin-preset.xml` can be imported at http://localhost:8080/admin/tool/admin_presets/index.php?action=import.
* Copy `config.php` into `/development/moodle` to apply some default settings useful for development.
* Import `kialo-admin-preset.xml` via http://localhost:8080/admin/tool/admin_presets/index.php?action=import.
This enables web services for mobile (required for the mobile app) and enables debug messages for developers.
* See `../.env.example` on how to correctly configure the hostnames.

0 comments on commit d96e84c

Please sign in to comment.