From 704d51df9a371f39c3137fcf7dcfc164b3150983 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 25 Dec 2023 16:16:11 +0530 Subject: server.go & env.example: remove unused variables, explicit checks for cert and key path in prod environment --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ded777..89101bf 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ To get started with this project, follow these steps: ```dotenv ENVIRONMENT=production - API_ENDPOINT_URL=https://draconyan.xyz:3000 - DOMAIN=draconyan.xyz PORT=3000 # SSL/TLS Configuration (if running in container, make it /certs/.pem and mount the certificate directory as a volume to /certs) -- cgit v1.2.3