summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-06-06 22:27:15 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-06-06 22:27:15 +0200
commitd99f1e8b0efedf1286ab15c656a0ea874823865f (patch)
treecb59e56498b59d369eed6b53cf58edc72521068b /conf
parentdaa6c9b3fa9a62d3f6a1a696f67976e904d641b9 (diff)
... it actually seems to work rather well.reorganizing
Quite a lot of missing db_query:op() though.
Diffstat (limited to 'conf')
-rw-r--r--conf/yaws.conf.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/yaws.conf.m4 b/conf/yaws.conf.m4
index 8a68f0b..3f5b36b 100644
--- a/conf/yaws.conf.m4
+++ b/conf/yaws.conf.m4
@@ -4,17 +4,17 @@
# This is the directory where all logfiles for
# all virtual servers will be written.
-logdir = __MODULE_LOG_DIR
+logdir = __MAKEFILE_LOG_DIR
# These are the paths to directories where additional
# beam code can be placed. The daemon will add these
# directories to its search path.
-ebin_dir = __MODULE_BIN_DIR
+ebin_dir = __MAKEFILE_BIN_DIR
# This is a directory where application specific .hrl
# files can be placed. Application-specific .yaws code can
# then include these .hrl files.
-include_dir = __MODULE_INCLUDE_DIR
+include_dir = __MAKEFILE_INCLUDE_DIR
# Set this to an integer value to control
# max number of connections from clients into the server.
@@ -108,8 +108,8 @@ keepalive_timeout = 30000
<server *>
port = 8000
listen = 0.0.0.0
- docroot = __MODULE_WWW_DIR
+ docroot = __MAKEFILE_WWW_DIR
auth_log = true
- appmods = __MODULE_APP_MODS
- start_mod = handler
+ appmods = bm_character_turn bm_load_state
+ start_mod = bm_handler
</server>