test/apps/rails4/config/groonga.yml in groonga-client-model-0.9.9 vs test/apps/rails4/config/groonga.yml in groonga-client-model-1.0.0

- old
+ new

@@ -1,8 +1,23 @@ +default: &default + url: http://127.0.0.1:10041/ + # url: https://127.0.0.1:10041/ + # protocol: http + # host: 127.0.0.1 + # port: 10041 + # user: alice + # password: secret + read_timeout: -1 + # read_timeout: 3 + backend: synchronous + development: - url: http://127.0.0.1:10041 + <<: *default test: - url: http://127.0.0.1:20041 + <<: *default + url: http://127.0.0.1:20041/ production: - url: http://127.0.0.1:10041 + <<: *default + # url: http://production.example.com:10041/ + read_timeout: 10