Re: Question about vibe.conf file

2017-03-05 Thread crimaniak via Digitalmars-d-learn
On Sunday, 5 March 2017 at 13:41:23 UTC, Suliman wrote: I had seen some mentions about `vibe.conf` file in vibed docs. But can't understand it's structure and find examples of it's usage. Json file. Real example: ``` { "mqttHost" : "***.***.**.***", "mqttPort" : 188

Question about vibe.conf file

2017-03-05 Thread Suliman via Digitalmars-d-learn
I had seen some mentions about `vibe.conf` file in vibed docs. But can't understand it's structure and find examples of it's usage.