X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=4a1a92200bfe5f20e6024467d216e02d68b1313e;hp=01db1e9b06c61ad337a927eacfb31fc088765a86;hb=4ecc276f44a9eb2582334fe98a59cfe482092cfe;hpb=1cee9130682021f657adc22a067675c9e8592457 diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 01db1e9..4a1a922 100644 --- a/etc/mudpy.conf +++ b/etc/mudpy.conf @@ -3,9 +3,9 @@ # terms provided in the LICENSE file distributed with this software. [__control__] -default_files = { "account": "account.mpy", "actor": "actor.mpy", "command": "command.mpy", "internal": "internal.mpy", "location": "location.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } +default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.mpy", "internal": "internal.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" -include_files = "archetype.mpy" +include_files = "archetype.yaml" private_files = "account.mpy" read_only = yes