Skip to content

Commit

Permalink
Specify cookie setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jan 10, 2025
1 parent 64463c0 commit 1e66e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
INVENTREE_MEDIA_ROOT: ../test_inventree_media
INVENTREE_STATIC_ROOT: ../test_inventree_static
INVENTREE_BACKUP_DIR: ../test_inventree_backup
INVENTREE_COOKIE_SAMESITE: False
INVENTREE_ADMIN_USER: testuser
INVENTREE_ADMIN_PASSWORD: testpassword
INVENTREE_ADMIN_EMAIL: [email protected]
Expand Down
1 change: 1 addition & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- INVENTREE_ADMIN_USER=testuser
- INVENTREE_ADMIN_PASSWORD=testpassword
- [email protected]
- INVENTREE_COOKIE_SAMESITE=False
restart: unless-stopped
volumes:
- ./data:/home/inventree/data

0 comments on commit 1e66e14

Please sign in to comment.