We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64463c0 commit 1e66e14Copy full SHA for 1e66e14
.github/workflows/ci.yaml
@@ -14,6 +14,7 @@ jobs:
14
INVENTREE_MEDIA_ROOT: ../test_inventree_media
15
INVENTREE_STATIC_ROOT: ../test_inventree_static
16
INVENTREE_BACKUP_DIR: ../test_inventree_backup
17
+ INVENTREE_COOKIE_SAMESITE: False
18
INVENTREE_ADMIN_USER: testuser
19
INVENTREE_ADMIN_PASSWORD: testpassword
20
INVENTREE_ADMIN_EMAIL: [email protected]
test/docker-compose.yml
@@ -21,6 +21,7 @@ services:
21
- INVENTREE_ADMIN_USER=testuser
22
- INVENTREE_ADMIN_PASSWORD=testpassword
23
- [email protected]
24
+ - INVENTREE_COOKIE_SAMESITE=False
25
restart: unless-stopped
26
volumes:
27
- ./data:/home/inventree/data
0 commit comments