Skip to content

Commit dd73481

Browse files
Configuration file update
1 parent 0314ce7 commit dd73481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Main variables
44
[main]
55
banner = "NGINX Declarative API"
6-
version = "3.1.0"
6+
version = "3.3.0"
77
url = "https://github.com/fabriziofiorucci/NGINX-Declarative-API"
88

99
# Templates
@@ -17,12 +17,12 @@ apigwconf = "apigateway.tmpl"
1717
streamconf = "stream.tmpl"
1818
configmap = "configmap.tmpl"
1919

20-
# API Server configuration
20+
# NGINX Declarative API Server
2121
[apiserver]
2222
host = "0.0.0.0"
2323
port = 5000
2424

25-
# Redis backend for CI/CD automation
25+
# Redis backend
2626
[redis]
2727
host = "redis"
2828
port = 6379

0 commit comments

Comments
 (0)