Move self destruct check to config_for
and add constant for verifier string (#32943)
This commit is contained in:
parent
911d7dbbf6
commit
c0c34d35e2
4 changed files with 19 additions and 12 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
shared:
|
||||
self_destruct_value: <%= ENV.fetch('SELF_DESTRUCT', nil) %>
|
||||
software_update_url: <%= ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check') %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue