Use config_for
for Mastodon::Version
metadata/prerelease values (#33548)
This commit is contained in:
parent
2cfc2a777a
commit
34cd7d6585
2 changed files with 9 additions and 2 deletions
|
@ -2,3 +2,6 @@
|
|||
shared:
|
||||
self_destruct_value: <%= ENV.fetch('SELF_DESTRUCT', nil) %>
|
||||
software_update_url: <%= ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check') %>
|
||||
version:
|
||||
metadata: <%= ENV.fetch('MASTODON_VERSION_METADATA', nil) %>
|
||||
prerelease: <%= ENV.fetch('MASTODON_VERSION_PRERELEASE', nil) %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue