You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decK's output file is compatible with
Kong's config file for db-less deployments and DB import
introduced in Kong 1.1 except that it needs the following property in
the file:
```
_format_string: "1.1"
```
This commit adds that property so that the file generated by decK
can be used directly by Kong.
See #26
decK's output file is compatible with
Kong's config file for db-less deployments and DB import
introduced in Kong 1.1 except that it needs the following property in
the file:
```
_format_string: "1.1"
```
This commit adds that property so that the file generated by decK
can be used directly by Kong.
See #26
decK's output file is compatible with
Kong's config file for db-less deployments and DB import
introduced in Kong 1.1 except that it needs the following property in
the file:
```
_format_string: "1.1"
```
This commit adds that property so that the file generated by decK
can be used directly by Kong.
See #26
decK was designed keeping in mind compatibility with Kong's native declarative config file.
Currently, all that is needed to make the file compatible with Kong's declarative config file is to add the following line:
The text was updated successfully, but these errors were encountered: