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
Copy file name to clipboardExpand all lines: app/gateway/db-less-mode.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,11 @@ related_resources:
31
31
url: /gateway/traditional-mode/
32
32
- text: "CLI reference: kong config"
33
33
url: /gateway/cli/reference/#kong-config
34
+
- text: "{{site.base_gateway}} entity references"
35
+
url: /gateway/entities/
34
36
---
35
37
36
-
{{site.base_gateway}} can be run without a database using only in-memory storage for entities.
38
+
{{site.base_gateway}} can be run without a database using only in-memory storage for [entities](/gateway/entities/).
37
39
We call this DB-less mode. When running {{site.base_gateway}} DB-less, the configuration of
38
40
entities is done in a second configuration file, in YAML or JSON, using declarative configuration.
39
41
@@ -111,7 +113,7 @@ This will return the entire {{site.base_gateway}} configuration. Verify that `da
111
113
112
114
## Generate a declarative configuration file
113
115
114
-
To get started using declarative configuration, you need a JSON or YAML file containing {{site.base_gateway}} entity definitions.
116
+
To get started using declarative configuration, you need a JSON or YAML file containing [{{site.base_gateway}} entity definitions](/gateway/entities/).
115
117
116
118
The following command generates a file named `kong.yml` in the current directory containing configuration examples:
0 commit comments