X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=etc%2Fmudpy.conf;h=86e656fbe71294a464c1971194ff56c6eef4036b;hb=bf97afa561464e1609dc01571ddc4f19a0c22273;hp=4a1a92200bfe5f20e6024467d216e02d68b1313e;hpb=4ecc276f44a9eb2582334fe98a59cfe482092cfe;p=mudpy.git diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 4a1a922..86e656f 100644 --- a/etc/mudpy.conf +++ b/etc/mudpy.conf @@ -3,7 +3,7 @@ # terms provided in the LICENSE file distributed with this software. [__control__] -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" } +default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" include_files = "archetype.yaml" private_files = "account.mpy"