Files
payload/examples/auth/cms/.env.example
2023-07-07 11:34:19 -04:00

8 lines
263 B
Plaintext

PAYLOAD_PUBLIC_SITE_URL=http://localhost:3001
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
MONGODB_URI=mongodb://127.0.0.1/payload-example-auth
PAYLOAD_SECRET=PAYLOAD_AUTH_EXAMPLE_SECRET_KEY
COOKIE_DOMAIN=localhost
PAYLOAD_SEED=true
PAYLOAD_DROP_DATABASE=true