server: # host: "localhost" # 接続制限ホスト "0.0.0.0"にすれば全接続オッケイ host: "0.0.0.0" # 接続制限ホスト "0.0.0.0"にすれば全接続オッケイ max_connections: 100 log_file: log/dango_production.log log_level: DEBUG log_max_size: 100000000 log_shift_age: 99 gserver_log_file: log/dango_gserver_production.log shared_database_manager: MemoryStore backdoor_host: "127.0.0.1" thread_sync: true # trueにすると各スレッドが同時動作しなくなる。falseの場合は自分で排他処理を書く場合 debug: true # スレッド終了時に全体停止する safe_resolver: false # require 'resolv-replace'するかどうか。Windowsはtrueにしたほうが安全、Macはfalseにしたほうが安全、UNIXはfalseの方が速いと思う policy_file_request: true # 要求に答える(Flashでクロスドメイン処理を行う) policy_file_allow_domain: # 許可するアクセス元のホスト名(省略時server.host使用) - localhost - 127.0.0.1 check_dango_process_cmd: 'cmd /c "D: && cd D:\dango_sample_chat\trunk\rails && ruby script/dango_server"' send_receive_sleep_interval_sec: 0.2 # データ送信時のタイムアウトチェック間隔秒 send_receive_timeout_default_sec: 5.0 # データ送受信時のデフォルトタイムアウト秒数 send_timeout_sec: 4.0 # データ送受信時の送信のタイムアウト秒数 heart_beat_interval_sec: 10.0 # S=>Cのheart beatの送信間隔秒数 heart_beat_response_wait_sec: 10.0 # S=>Cのheart beatの返信待ち秒数 network: host: localhost port: 15000 # port: 5140 client: # host: 172.31.1.74