12 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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
 |