X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;fp=mudpy.conf;h=584da6aa8602421b75dba0f007c7d05cf6e2499e;hp=5368c15bd5025e73b192af8de0528718f3be62f4;hb=8bf6b7a787510321b75e477079ebf70ac150d853;hpb=518f0aad04432b4bf0405520e659db3d6ba00a76 diff --git a/mudpy.conf b/etc/mudpy.conf similarity index 79% rename from mudpy.conf rename to etc/mudpy.conf index 5368c15..584da6a 100644 --- a/mudpy.conf +++ b/etc/mudpy.conf @@ -3,9 +3,10 @@ # terms provided in the LICENSE file distributed with this software. [__control__] -default_files = { "account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other", "prop": "prop" } -include_files = [ "archetype", "sample/index" ] -private_files = account +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" } +include_dirs = "sample" +include_files = "archetype.mpy" +private_files = "account.mpy" read_only = yes [internal:language] @@ -26,13 +27,19 @@ stdout = yes #syslog = mudpy [internal:network] -host = 127.0.0.1 +host = ::1 +#host = 127.0.0.1 port = 6669 [internal:process] #daemon = yes #pidfile = mudpy.pid +[internal:storage] +default_dir = "data" +#root_path = "." +search_path = [ "", "etc", "share", "data" ] + [internal:time] definition_d = 24h definition_h = 60mi