Skip to content

Commit

Permalink
minor edits and add clarifying comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Jul 6, 2023
1 parent 597ef22 commit e40c2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ CHANGES
------------------------------------------------------------------------------------

* Separate the application, cron job, and proxy (nginx) into separate containers so that they can be run independently.
* Add option to independently enable/disable the parse_logs cron job by setting the PARSE_LOGS configuration option to
`True`.
* Add option to independently enable/disable the `parse_logs` cron job by setting the `PARSE_LOGS` configuration option
to `True`.
* Do not handle log rotation for nginx anymore. Nginx should handle this on its own.
* Made default port 2000 everywhere (not just in docker).

Expand Down
2 changes: 2 additions & 0 deletions canarieapi/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"service_description_schema": {
"description": "Describe a service",
"type": "object",
"$comment": "When the PARSE_LOG configuration option is True, \"stats\" will be dynamically added to the list of required properties",
"required": ["info", "redirect", "monitoring"],
"additionalProperties": false,
"properties": {
Expand All @@ -59,6 +60,7 @@
"platform_description_schema": {
"description": "Describe a platform",
"type": "object",
"$comment": "When the PARSE_LOG configuration option is True, \"stats\" will be dynamically added to the list of required properties",
"required": ["info", "redirect", "monitoring"],
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit e40c2e1

Please sign in to comment.