diff --git a/.env.ci b/.env.ci index b058ae26..d9a223e9 100644 --- a/.env.ci +++ b/.env.ci @@ -6,9 +6,9 @@ CI_TEST=true DATABASE_URL=postgres://postgres:postgres@postgres:5432/celluloid REDIS_URL=redis://redis -COOKIE_SECRET=cisecret3 -COOKIE_DOMAIN=localhost -COOKIE_SECURE=false +BETTER_AUTH_SECRET=cisecret3 +BASE_URL=http://localhost:3000 + # email params. Check with your SMTP provider