2023-10-31 19:55:13 +09:00
|
|
|
# In test, compile the NodeJS code as if we are in production
|
|
|
|
NODE_ENV=production
|
2016-11-25 02:48:25 +09:00
|
|
|
# Federation
|
|
|
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
|
|
|
LOCAL_HTTPS=true
|
2024-04-17 18:19:02 +09:00
|
|
|
|
2024-05-17 18:28:40 +09:00
|
|
|
# Secret values required by ActiveRecord encryption feature
|
|
|
|
# Use `bin/rails db:encryption:init` to generate fresh secrets
|
|
|
|
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=test_determinist_key_DO_NOT_USE_IN_PRODUCTION
|
|
|
|
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=test_salt_DO_NOT_USE_IN_PRODUCTION
|
|
|
|
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=test_primary_key_DO_NOT_USE_IN_PRODUCTION
|