Skip to content

Commit a565f64

Browse files
Development (#18)
* Development sync with main (#16) * README Updated (#7) * 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 * Development (#8) * 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 * Bugfixes (#9) * 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 updated (#10) * 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 * 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 * Update config.toml (#14) * Create LICENSE.md Added Apache 2.0 license * Update README.md * Configuration file updated
1 parent 15f5e52 commit a565f64

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Any private crt and keys #
2+
############################
3+
*.crt
4+
*.key
5+
*~
6+
\#*
7+
8+
# OS Specific #
9+
###############
10+
Thumbs.db
11+
.DS_Store
12+
.vscode
13+
14+
# Logs #
15+
########
16+
*.log
17+
118
/.idea/
219
/src/__pycache__/
320
/src/Contrib/__pycache__/

etc/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ host = "devportal"
3333
port = 5000
3434
uri = "/v1/devportal"
3535

36-
# Staged configuration for NGINX Management Suite
36+
# Staged configuration for NGINX Instance Manager
3737
[nms]
3838
config_dir = '/etc/nginx'
3939
certs_dir = '/etc/nginx/ssl'

0 commit comments

Comments
 (0)