Skip to content

Commit 105d725

Browse files
Development (#11)
* OpenAPI integration work in progress * API Gateway updates * API Gateway support - beta release * README updated * README updated * README updated * README updated * README updated * README updated * Declaration schema updated, Developer portal alpha release * Postman collection updated * Devportal alpha release commit * Devportal alpha release commit * Added Developer Portal support * README updated * README updated * README updated * README updated * README updated * README updated * README updated * README updated * config.toml updated * Bugfixes * Bugfixes * Configuration file update * Configuration file update * Configuration file updated
1 parent d68fa3d commit 105d725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# NGINX Declarative API
1+
# NGINX Declarative API - https://github.com/fabriziofiorucci/NGINX-Declarative-API/
22

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)