# # This file provides an example configuration for a production OpenCog # server. Particularly noteworthy is the list of automatically loaded # modules. # # SERVER_PORT = 17001 LOG_FILE = /tmp/cogserver.log # Other possible log levels are "error", "warn", "info", "debug" and "fine" # LOG_LEVEL = debug LOG_LEVEL = info LOG_TO_STDOUT = false # Use this command PROMPT when telnet/terminal doesn't support ANSI # PROMPT = "opencog> " # Prompt with ANSI color codes # ANSI_PROMPT = "opencog> " # Use this guile PROMPT when telnet/terminal doesn't support ANSI # SCM_PROMPT = "guile> " # Prompt with ANSI color codes # ANSI_SCM_PROMPT = "guile> " # Global option so that modules know whether they should output ANSI color # codes # ANSI_ENABLED = true # Cogserver in OSX will automatically change .so extension to .dylib # if .so exists. MODULES = opencog/modules/libbuiltinreqs.so, opencog/modules/libscheme-shell.so, opencog/modules/libpy-shell.so, opencog/modules/libLojbanModule.so # Optional modules, not enabled by default # opencog/modules/events/libatomspacepublishermodule.so # opencog/learning/dimensionalembedding/libdimensionalembedding.so