Add simple feature flag system (#34038)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
cadda2f957
commit
8cf27d0fbb
4 changed files with 58 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
shared:
|
||||
experimental_features: <%= ENV.fetch('EXPERIMENTAL_FEATURES', nil) %>
|
||||
self_destruct_value: <%= ENV.fetch('SELF_DESTRUCT', nil) %>
|
||||
software_update_url: <%= ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check') %>
|
||||
source:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue