summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-12-25 16:16:11 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-12-25 16:16:11 +0530
commit704d51df9a371f39c3137fcf7dcfc164b3150983 (patch)
tree3bc8098ca62b11e1d0d7adb778934bb88ee3e8c8 /README.md
parente41148638c2783fae9e7756c04781d59d83e3444 (diff)
server.go & env.example: remove unused variables, explicit checks for cert and key path in prod environment
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
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/<cert/key>.pem and mount the certificate directory as a volume to /certs)