Skip to content

Commit 371c4d3

Browse files
committed
conf.lua
1 parent 9fe35cf commit 371c4d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

section5/conf.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
-- copyright (c) 2020 chrono
22

33
-- lua is more flexible than json
4+
-- you can use comment/expression
5+
-- and more lua pragram
46

57
config = {
68

7-
-- should be same as cliet
9+
-- should be same as client
10+
-- you could change it to ipc
811
zmq_ipc_addr = "tcp://127.0.0.1:5555",
912

1013
-- see http_study's lua code

0 commit comments

Comments
 (0)