mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
bundler_version locked_settings
This commit is contained in:
parent
84b93eecda
commit
a3ce6c0ef1
2 changed files with 2 additions and 1 deletions
|
@ -40,3 +40,4 @@ production:
|
|||
disk_space_mb_alert: 1024
|
||||
adminsys_email: '__ADMIN_MAIL__'
|
||||
allow_insecure_http: false
|
||||
locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %>
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
ruby_version="3.2.2"
|
||||
|
||||
bundler_version=2.1.4
|
||||
nodejs_version="18.15"
|
||||
|
||||
# Workaround for Mastodon on Bullseye
|
||||
|
|
Loading…
Add table
Reference in a new issue