Skip to content

Commit 5663818

Browse files
committed
Add .env.development default vars for Vite development mode
1 parent 721c5d1 commit 5663818

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.development

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FRACTAL_SERVER_HOST=http://localhost:8000
2+
3+
# AUTH COOKIE
4+
AUTH_COOKIE_NAME=fastapiusersauth
5+
AUTH_COOKIE_SECURE=false
6+
AUTH_COOKIE_DOMAIN=localhost
7+
AUTH_COOKIE_PATH=/
8+
AUTH_COOKIE_MAX_AGE=1800
9+
AUTH_COOKIE_SAME_SITE=lax
10+
AUTH_COOKIE_HTTP_ONLY=true

0 commit comments

Comments
 (0)