X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy.conf;h=3e8535778c02ec281592b1691990aa38a4298ab6;hp=b70aecfc8053fef9b6a3b65fa26aafd290aab30d;hb=74d37bfacdd2d7c13192fe2cd5e34f03cc2e399f;hpb=b1176dd6b9ee7b3ba4831e959a18e81a6729ba54 diff --git a/mudpy.conf b/mudpy.conf index b70aecf..3e85357 100644 --- a/mudpy.conf +++ b/mudpy.conf @@ -1,6 +1,6 @@ [__control__] -default_files = {"account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other" } -include_files = ["example", "template"] +default_files = { "account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other", "prop": "prop" } +include_files = [ "archetype", "example/index" ] private_files = account read_only = yes @@ -28,6 +28,10 @@ stdout = yes host = port = 6669 +[internal:process] +#daemon = yes +pidfile = mudpy.pid + [internal:time] definition_d = 24h definition_h = 60mi