Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 399 Bytes

Krakend GIN example

Build

Go 1.8 is a requirement

$ make

Run

Running it as a common executable, logs are send to the stdOut and some options are available at the CLI

$ ./krakend_gin_example
Usage of ./krakend_gin_example:
  -c string
    	Path to the configuration filename (default "/etc/krakend/configuration.json")
  -d	Enable the debug
  -p int
    	Port of the service