############################################################################ # Copyright (c) 2007 Adam Mikuta # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # ############################################################################ [system] # Complete absolute path to the log file. log_file = moood.log # Folder where lock file are stored. run_dir = /var/run/moood # Debug level. log_level = logging.DEBUG [server] # Server host. server_host = 127.0.0.1 # Server port. server_port = 9009 [misc] # Socket timeout. socket_timeout = 10 # Time in seconds when moood refresh information # about ooods availability. oood_list_refresh_time = 60 # Waiting for free oood timeout in seconds. wait_for_free_oood_time = 20 [ooods] # Lista serwerow oood w postaci: # server_name = host:port1,port2,fromPort-toPort # in example: # localhost = localhost:8000-8010,666,2-4,8888 localhost = localhost:8008-8012 erp5 = 192.168.20.11:8008-8012