We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0314ce7 commit dd73481Copy full SHA for dd73481
etc/config.toml
@@ -3,7 +3,7 @@
3
# Main variables
4
[main]
5
banner = "NGINX Declarative API"
6
-version = "3.1.0"
+version = "3.3.0"
7
url = "https://github.com/fabriziofiorucci/NGINX-Declarative-API"
8
9
# Templates
@@ -17,12 +17,12 @@ apigwconf = "apigateway.tmpl"
17
streamconf = "stream.tmpl"
18
configmap = "configmap.tmpl"
19
20
-# API Server configuration
+# NGINX Declarative API Server
21
[apiserver]
22
host = "0.0.0.0"
23
port = 5000
24
25
-# Redis backend for CI/CD automation
+# Redis backend
26
[redis]
27
host = "redis"
28
port = 6379
0 commit comments