Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カウチを実行して、コンピューターにローカルの静的 IP をセットアップして、ローカル ネットワークを使用できるようにしました。192.168.1.4 に ping してみましたが、192.168.1.4:5984 にはなりません。考え?
編集: 私は Windows 環境で作業しています。
etc/couchdb/local.iniソファで読み取ったファイルを見てください。bind_addressセクションにオプションがあります[httpd]。これを0.0.0.0CouchDBに設定すると、すべてのインターフェースでリッスンします。
etc/couchdb/local.ini
bind_address
[httpd]
0.0.0.0