.env.test 515 B

1234567891011
  1. # In test, compile the NodeJS code as if we are in production
  2. NODE_ENV=production
  3. # Federation
  4. LOCAL_DOMAIN=cb6e6126.ngrok.io
  5. LOCAL_HTTPS=true
  6. # Secret values required by ActiveRecord encryption feature
  7. # Use `bin/rails db:encryption:init` to generate fresh secrets
  8. ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=test_determinist_key_DO_NOT_USE_IN_PRODUCTION
  9. ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=test_salt_DO_NOT_USE_IN_PRODUCTION
  10. ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=test_primary_key_DO_NOT_USE_IN_PRODUCTION