From ead1ffee71581cfb86140cca4afe33688e8895c7 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Wed, 8 Jan 2025 14:56:19 +0100 Subject: [PATCH 1/2] chore: commit message test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd85794f1..d95a72d3b 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Valid environment variables for the .env file. See [.env.example](/.env.example) | `LOGGERS_CONFIG_FILE` | string | | The file name for loggers configuration, located in the project root directory. | "loggers.json" | | `PROPOSAL_TYPES_FILE` | string | | The file name for proposal types configuration, located in the project root directory. | "proposalTypes.json" | | `SWAGGER_PATH` | string | Yes | swaggerPath is the path where the swagger UI will be available| "explorer"| -| `MAX_FILE_UPLOAD_SIZE` | string | Yes | Maximum allowed file upload size | "16mb"| +| `MAX_FILE_UPLOAD_SIZE` | string | Yes | Maximum allowed file upload size. | "16mb"| ## Migrating from the old SciCat Backend From b7ec56b74a956509f21fc7fe1e8f0244336147e9 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Wed, 8 Jan 2025 14:58:21 +0100 Subject: [PATCH 2/2] minor fix for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d95a72d3b..1c4105bff 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Valid environment variables for the .env file. See [.env.example](/.env.example) | `ES_REFRESH` | string | | If set to `wait_for`, Elasticsearch will wait till data is inserted into the specified index before returning a response. | false | | `LOGGERS_CONFIG_FILE` | string | | The file name for loggers configuration, located in the project root directory. | "loggers.json" | | `PROPOSAL_TYPES_FILE` | string | | The file name for proposal types configuration, located in the project root directory. | "proposalTypes.json" | -| `SWAGGER_PATH` | string | Yes | swaggerPath is the path where the swagger UI will be available| "explorer"| +| `SWAGGER_PATH` | string | Yes | swaggerPath is the path where the swagger UI will be available. | "explorer"| | `MAX_FILE_UPLOAD_SIZE` | string | Yes | Maximum allowed file upload size. | "16mb"| ## Migrating from the old SciCat Backend