Imported from archive.
[mudpy.git] / etc / mudpy.conf
similarity index 79%
rename from mudpy.conf
rename to etc/mudpy.conf
index 5368c15..584da6a 100644 (file)
@@ -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