mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
11 lines
414 B
Plaintext
11 lines
414 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
|
|
|
|
# Required by ActiveRecord encryption feature
|
|
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=fkSxKD2bF396kdQbrP1EJ7WbU7ZgNokR
|
|
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=r0hvVmzBVsjxC7AMlwhOzmtc36ZCOS1E
|
|
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=PhdFyyfy5xJ7WVd2lWBpcPScRQHzRTNr
|