We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcb3bf commit ebae8d7Copy full SHA for ebae8d7
2 files changed
config/application.rb
@@ -13,7 +13,6 @@
13
# FIXME: Why is this necessary.
14
Dotenv::Railtie.load if Rails.env == 'development'
15
16
-
17
module Lambda
18
class Application < Rails::Application
19
config.i18n.enforce_available_locales = true
config/blazer.yml
@@ -7,7 +7,7 @@ data_sources:
7
# statement timeout, in seconds
8
# applies to PostgreSQL only
9
# none by default
10
- timeout: 10
+ timeout: 30
11
12
# time to cache results, in minutes
# can greatly improve speed
@@ -41,7 +41,7 @@ user_class: User
41
# user_name: name
42
43
# optional auth method to use as a before_action (default: nil)
44
-before_action: :require_admin
+before_action_method: :require_admin
45
46
# email to send checks from
47
from_email: admin@<%= ENV["APPLICATION_HOST"] %>
0 commit comments