2023-10-31 10:55:13 +00:00
|
|
|
# In test, compile the NodeJS code as if we are in production
|
|
|
|
NODE_ENV=production
|
2016-11-24 17:48:25 +00:00
|
|
|
# Federation
|
|
|
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
|
|
|
LOCAL_HTTPS=true
|
2024-04-17 09:19:02 +00:00
|
|
|
|
2024-05-17 09:28:40 +00: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
|