From 7d73a332502f87b14ce89e5b9c2df1d46c6cb123 Mon Sep 17 00:00:00 2001 From: Fabian Helm <fabian.helm@stud.h-da.de> Date: Fri, 4 Mar 2022 17:38:18 +0100 Subject: [PATCH] updated todos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ce270d..13c41b9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ - ~~Validate and sanitize user inputs with ```express-validator```~~ - ~~Add nginx/caddy reverse proxy~~ -- ~~Deploy with SSL/HTTPS on Development~~ +- ~~Deploy with SSL/HTTPS in Development~~ +- ~~Deploy with SSL/HTTPS in Production~~ - Implement OAuth2.0/Basic Auth for delete-Route - Change postgres default credentials -- Deploy with SSL/HTTPS on Azure - Add PM2 to prod +- Deploy in Production in Cloud (e.g. Azure) -- GitLab