fix session expiration

This commit is contained in:
Wavering Ana 2025-01-29 15:43:34 -05:00
parent ce9fcfbd7c
commit 8a3ee20a9d
4 changed files with 39 additions and 12 deletions

View file

@ -30,7 +30,7 @@ then check /target/release for the binary named `SimpleGit`
### From Docker
```bash
docker build --build-arg API_URL=http://localhost:8080 -t simplelink .
docker run simplelink -p 8080:8080 \
docker run -p 8080:8080 \
-e JWT_SECRET=change-me-in-production \
-e DATABASE_URL=postgres://user:password@host:port/database \
simplelink