stable, before a refactor
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ development:
|
||||
tds_version: 7.3
|
||||
vhcs:
|
||||
<<: *default
|
||||
# host: 10.41.82.72 #Prod
|
||||
host: 10.41.82.73 #Dev
|
||||
host: 10.41.82.72 #Prod
|
||||
# host: 10.41.82.73 #Dev
|
||||
port: 1433
|
||||
database: VHCS_HIPAA
|
||||
username: BSTI
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ port ENV.fetch("PORT", 3002)
|
||||
# Allow puma to be restarted by `bin/rails restart` command.
|
||||
plugin :tmp_restart
|
||||
|
||||
plugin :tailwindcss
|
||||
# plugin :tailwindcss
|
||||
|
||||
# Only use a pidfile when requested
|
||||
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
|
||||
|
||||
@@ -17,6 +17,8 @@ Rails.application.routes.draw do
|
||||
collection do
|
||||
get 'generate_sample'
|
||||
get 'generate_print'
|
||||
get 'generate_mobile_display'
|
||||
get 'generate_full_page'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user