You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I think possibly the best way is to have an Array of environments. (Defaulted to production and staging)
AssetSync.configure do |config|
config.environments = [:production, :staging]
end
This could then be modified by the initializer.
Enabling via YAML and ENV variable might require accepting non-symbol environment names in a comma separated string.
The text was updated successfully, but these errors were encountered:
From a previous issue...
So I think possibly the best way is to have an Array of environments. (Defaulted to production and staging)
This could then be modified by the initializer.
Enabling via YAML and ENV variable might require accepting non-symbol environment names in a comma separated string.
The text was updated successfully, but these errors were encountered: