orlabs / orange

OpenResty/Nginx Gateway for API Monitoring and Management.
http://orange.sumory.com
MIT License
2.31k stars 573 forks source link

change single quotation marks to double quotation marks #283

Closed liulei18 closed 5 years ago

liulei18 commented 5 years ago
* then i execute ``` orange start```, i get a error log

2019/07/22 18:10:20 [error] 159393#0: [lua] orange.lua:76: init(): Startup error: /usr/local/orange/orange/orange.lua:68: attempt to index upvalue 'config' (a nil value)


* because the above configuration is not correct json format. i change single quotation marks to double quotation marks.so it works.
EasonFeng5870 commented 5 years ago

LGTM

wujunze commented 5 years ago

LGTM

wujunze commented 5 years ago

Thanks @liulei18