3

I installed kong as per the official installation guide. And now to start I should give the kong.conf file ? I cant find where it is .

kong start [-c /path/to/kong.conf]

bereket gebredingle
  • 12,064
  • 3
  • 36
  • 47

2 Answers2

8

based on the documentation here

  1. create new directory kong in /etc
  2. download kong.conf.default here
  3. copy that file to kong.conf inside /etc/kong
Bhima Werkudara
  • 149
  • 2
  • 2
1

I found it. It was in /etc/kong/kong.config.default !

Inspired by this

bereket gebredingle
  • 12,064
  • 3
  • 36
  • 47