config.ru in clarion-0.3.0 vs config.ru in clarion-1.0.0
- old
+ new
@@ -19,9 +19,10 @@
end
config = {
registration_allowed_url: Regexp.new(ENV.fetch('CLARION_REGISTRATION_ALLOWED_URL')),
authn_default_expires_in: ENV.fetch('CLARION_AUTHN_DEFAULT_EXPIRES_IN', 300).to_i,
+ app_id: ENV['CLARION_APP_ID'],
}
case ENV.fetch('CLARION_STORE', 's3')
when 's3'
config[:store] = {