File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ You need to configure the compiler to build the right files.
8686
8787``` yml
8888# app/config/config.yml
89+ overblog_thrift :
8990 services :
9091 *service_name*:
9192 definition : Service
@@ -144,6 +145,7 @@ HTTP Client: Add this to your projects's config.yml :
144145
145146` ` ` yml
146147#app/config/config.yml
148+ overblog_thrift:
147149 clients:
148150 *client_name*:
149151 service: *service_name*:
@@ -158,6 +160,7 @@ Socket Client: Add this to your projects's config.yml :
158160
159161` ` ` yml
160162#app/config/config.yml
163+ overblog_thrift:
161164 clients:
162165 *client_name*:
163166 service: *service_name*:
@@ -172,6 +175,7 @@ Multi Socket Client: Add this to your projects's config.yml :
172175
173176` ` ` yml
174177#app/config/config.yml
178+ overblog_thrift:
175179 clients:
176180 *client_name*:
177181 service: *service_name*:
You can’t perform that action at this time.
0 commit comments