Files
certremind/.env.example
2026-05-25 11:46:42 +09:00

14 lines
353 B
Plaintext

NODE_ENV=development
HOST=127.0.0.1
PORT=3000
DATABASE_URL=postgres://certremind:certremind@localhost:5432/certremind
COOKIE_SECRET=replace-with-a-long-random-string
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_SUBJECT=mailto:admin@example.com
OPENSSL_PATH=openssl
CAPTCHA_PROVIDER=off
CAPTCHA_SITE_KEY=
CAPTCHA_SECRET_KEY=
CAPTCHA_VERIFY_TIMEOUT_MS=3000