Use stdout value in roles/mastodon-config/templates/.env.production.sample

This commit is contained in:
staticsafe 2017-11-26 22:07:10 -05:00
parent d5d00bb815
commit f7bd49571e
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ LOCAL_HTTPS=true
# Application secrets # Application secrets
# Don't edit the 3 below, we get this from a registered variable # Don't edit the 3 below, we get this from a registered variable
PAPERCLIP_SECRET={{ PAPERCLIP_SECRET }} PAPERCLIP_SECRET={{ PAPERCLIP_SECRET.stdout }}
SECRET_KEY_BASE={{ SECRET_KEY_BASE }} SECRET_KEY_BASE={{ SECRET_KEY_BASE.stdout }}
OTP_SECRET={{ OTP_SECRET }} OTP_SECRET={{ OTP_SECRET.stdout }}
# Web Push VAPID keys # Web Push VAPID keys
# Generate with `web-push generate-vapid-keys` on Mastodon host and then # Generate with `web-push generate-vapid-keys` on Mastodon host and then