chore: update README

This commit is contained in:
Jayden
2024-07-11 15:12:56 -05:00
parent c383cd526d
commit e0865d2093
+3 -1
View File
@@ -37,10 +37,12 @@ MONGODB_URI=mongodb://root:example@webscrape-mongo:27017
SECRET_KEY=your_secret_key
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=600
HOSTNAME="yourdomain"
HOSTNAME="localhost"
HOSTNAME_DEV="localhost"
```
Change `HOSTNAME` from localhost to your domain, if deploying this through traefik publicly.
3. Deploy
```sh