fix(shared/auth/icon): Fixed lots of small things
Icons: Fixed docker-compose to force JWT_SECRET for now Auth: Fixed Guest Login to actually work Auth: Added `Login as Guest` in the login_demo page Shared: Fixed db/user + uuid modules
This commit is contained in:
parent
5306ccfc60
commit
2074f8d8f1
6 changed files with 51 additions and 11 deletions
|
|
@ -41,6 +41,7 @@ services:
|
|||
- images-volume:/volumes/store
|
||||
- sqlite-volume:/volumes/database
|
||||
environment:
|
||||
- JWT_SECRET=KRUGKIDROVUWG2ZAMJZG653OEBTG66BANJ2W24DTEBXXMZLSEB2GQZJANRQXU6JA
|
||||
- USER_ICONS_STORE=/volumes/store
|
||||
- DATABASE_DIR=/volumes/database
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue