fermin-silva / mockserver

The hassle-free way of mocking a backend server API
http://ferminsilva.com/mockserver/
0 stars 0 forks source link

BUG with reading global config from template #17

Closed fermin-silva closed 5 years ago

fermin-silva commented 5 years ago

With current index.json file, the line "cfg" : "{{ Config.Get("title") }}", in the template looks like its not working, check it !

fermin-silva commented 5 years ago

Also adding a test for all of this templating variables is a must !

fermin-silva commented 5 years ago

The problem was i was running without -c config.toml with the title variable, and thus it was incomplete