beta build
This commit is contained in:
@@ -40,8 +40,8 @@ module Baclight
|
||||
|
||||
# Don't generate system test files.
|
||||
config.generators.system_tests = nil
|
||||
# config.active_job.queue_adapter = :delayed_job
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
# config.active_job.queue_adapter = :solid_queue
|
||||
|
||||
config.autoload_lib(ignore: %w[generators])
|
||||
end
|
||||
|
||||
+60
-1
@@ -16,6 +16,54 @@ production:
|
||||
mode: dblib
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
|
||||
host: "10.41.82.73"
|
||||
port: 1433
|
||||
database: VHCS_HIPAA
|
||||
username: BSTI
|
||||
password: BSTIBOY
|
||||
database_tasks: false
|
||||
tds_version: 7.3
|
||||
britton_web:
|
||||
adapter: sqlserver
|
||||
mode: dblib
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
|
||||
host: 10.41.82.73
|
||||
port: 1433
|
||||
database: BrittonWeb
|
||||
username: BSTI
|
||||
password: BSTIBOY
|
||||
database_tasks: false
|
||||
tds_version: 7.3
|
||||
heb_web:
|
||||
adapter: sqlserver
|
||||
mode: dblib
|
||||
host: 10.41.82.73
|
||||
port: 1433
|
||||
database: HEBWeb
|
||||
username: SA
|
||||
password: Adm1nBb5
|
||||
pool: 5
|
||||
database_tasks: false
|
||||
tds_version: 7.3
|
||||
|
||||
development:
|
||||
primary:
|
||||
adapter: sqlserver
|
||||
mode: dblib
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
|
||||
host: "10.41.82.73"
|
||||
port: 1433
|
||||
database: Baclight
|
||||
username: BSTI
|
||||
password: BSTIBOY
|
||||
tds_version: 7.3
|
||||
vhcs:
|
||||
adapter: sqlserver
|
||||
mode: dblib
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
|
||||
host: "10.41.82.72"
|
||||
port: 1433
|
||||
database: VHCS_HIPAA
|
||||
@@ -30,8 +78,19 @@ production:
|
||||
|
||||
host: 10.41.82.73
|
||||
port: 1433
|
||||
database: BrittonWeb
|
||||
username: BSTI
|
||||
password: BSTIBOY
|
||||
password: Adm1nBb5
|
||||
database_tasks: false
|
||||
tds_version: 7.3
|
||||
heb_web:
|
||||
adapter: sqlserver
|
||||
mode: dblib
|
||||
host: 10.41.82.73
|
||||
port: 1433
|
||||
database: HEBWeb
|
||||
username: SA
|
||||
password: Adm1nBb5
|
||||
pool: 5
|
||||
database_tasks: false
|
||||
tds_version: 7.3
|
||||
|
||||
@@ -82,7 +82,8 @@ Rails.application.configure do
|
||||
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
|
||||
# config.generators.apply_rubocop_autocorrect_after_generate!
|
||||
|
||||
config.active_job.queue_adapter = :solid_queue
|
||||
config.solid_queue.connects_to = { database: { writing: :primary } }
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
# config.active_job.queue_adapter = :solid_queue
|
||||
# config.solid_queue.connects_to = { database: { writing: :primary } }
|
||||
# config.active_job.queue_adapter = :async
|
||||
end
|
||||
|
||||
@@ -28,7 +28,8 @@ Rails.application.configure do
|
||||
|
||||
# Do not fall back to assets pipeline if a precompiled asset is missed.
|
||||
config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"].present?
|
||||
config.assets.compile = false
|
||||
# config.assets.compile = false
|
||||
config.assets.digest = true
|
||||
|
||||
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
|
||||
# config.asset_host = "http://assets.example.com"
|
||||
|
||||
+2
-2
@@ -4,9 +4,9 @@ pin "application", preload: true
|
||||
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
|
||||
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
|
||||
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
|
||||
pin_all_from "app/javascript/controllers", under: "controllers"
|
||||
pin_all_from "app/javascript/controllers", under: "controllers", preload: true
|
||||
|
||||
pin "lucide-static", to: "https://ga.jspm.io/npm:lucide-static@0.X.X/lucide.js"
|
||||
# pin "lucide-static", to: "https://ga.jspm.io/npm:lucide-static@0.X.X/lucide.js", preload: true
|
||||
|
||||
pin "trix"
|
||||
pin "@rails/actiontext", to: "actiontext.js"
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Rails.application.routes.draw do
|
||||
resources :providers
|
||||
resources :provider_groups
|
||||
resources :brokers
|
||||
resources :carriers
|
||||
devise_for :users
|
||||
devise_scope :user do
|
||||
authenticated :user do
|
||||
|
||||
+3
-3
@@ -9,6 +9,6 @@ every 1.day, at: ['6:00 am', '6:00 pm'] do
|
||||
rake "employer_automation:employer_maintenance"
|
||||
end
|
||||
|
||||
# every '0,15,30,45 7-18 * * 1-5' do
|
||||
# rake "employer_automation:employer_initialize"
|
||||
# end
|
||||
every '0,15,30,45 7-18 * * 1-5' do
|
||||
rake "employer_automation:employer_initialize"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user