Enable skylight in staging
This commit is contained in:
parent
3796a0ab97
commit
962f1d63ba
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ module TPS
|
|||
URL = "http://localhost:3000/"
|
||||
end
|
||||
|
||||
config.skylight.environments += ["staging"]
|
||||
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u']
|
||||
|
|
Loading…
Reference in a new issue