diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-25 16:16:11 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-25 16:16:11 +0530 |
commit | 704d51df9a371f39c3137fcf7dcfc164b3150983 (patch) | |
tree | 3bc8098ca62b11e1d0d7adb778934bb88ee3e8c8 /README.md | |
parent | e41148638c2783fae9e7756c04781d59d83e3444 (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.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |