You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
515 B
11 lines
515 B
# In test, compile the NodeJS code as if we are in production |
|
NODE_ENV=production |
|
# Federation |
|
LOCAL_DOMAIN=cb6e6126.ngrok.io |
|
LOCAL_HTTPS=true |
|
|
|
# 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
|
|
|