mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-26 14:26:31 +00:00
chore: update README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user