Skip to content

Commit

Permalink
Merge pull request #1169 from pimdo/dev
Browse files Browse the repository at this point in the history
Add demo1/demo2 to README with description
  • Loading branch information
derneuere committed Jun 11, 2024
2 parents 2d67d94 + 9b78e1d commit ce7f7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
![](https://github.com/LibrePhotos/librephotos/blob/dev/screenshots/mockups_main_fhd.png?raw=true)
<sub>Mockup designed by rawpixel.com / Freepik</sub>

- The [demo is available here](https://demo2.librephotos.com/). User is ```demo```, password is ```demo1234```.
- **Stable** demo is available here:https://demo1.librephotos.com/ . User is ```demo```, password is ```demo1234``` (with sample images).
- Latest **development** demo is available here: https://demo2.librephotos.com/ (same user/password)
- You can watch development videos on [Niaz Faridani-Rad's channel](https://www.youtube.com/channel/UCZJ2pk2BPKxwbuCV9LWDR0w)
- You can join our [Discord][discord].

Expand Down
2 changes: 1 addition & 1 deletion librephotos/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

SIMPLE_JWT = {
"ACCESS_TOKEN_LIFETIME": datetime.timedelta(minutes=5),
"REFRESH_TOKEN_LIFETIME": datetime.timedelta(days=7),
"REFRESH_TOKEN_LIFETIME": datetime.timedelta(days=int(os.environ.get("REFRESH_TOKEN_DAYS", "7"))),
}

INSTALLED_APPS = [
Expand Down

0 comments on commit ce7f7c5

Please sign in to comment.