Init dump

This commit is contained in:
Jason Jordan
2025-11-24 08:22:44 -05:00
parent d48bb96791
commit 3fbece7da6
73 changed files with 1747 additions and 121 deletions
+24 -10
View File
@@ -13,16 +13,30 @@
# gem "pg"
#
default: &default
adapter: postgresql
encoding: unicode
adapter: sqlserver
mode: dblib
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
development:
<<: *default
database: railsondocker_development
dev_tools:
<<: *default
host: db
database: dev_tools_dev
username: sa
password: Br1tt0nPassw0rd
vhcs:
<<: *default
# host: 10.41.82.72 #Prod
host: 10.41.82.73 #Dev
port: 1433
database: VHCS_HIPAA
username: BSTI
password: BSTIBOY
database_tasks: false
tds_version: 7.3
# The specified database role being used to connect to PostgreSQL.
# To create additional roles in PostgreSQL see `$ createuser --help`.
@@ -54,9 +68,9 @@ development:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: railsondocker_test
# test:
# <<: *default
# database: railsondocker_test
# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
@@ -78,6 +92,6 @@ test:
# Read https://guides.rubyonrails.org/configuring.html#configuring-a-database
# for a full overview on how database connection configuration can be specified.
#
production:
<<: *default
url: <%= ENV['DATABASE_URL'] %>
# production:
# <<: *default
# url: <%= ENV['DATABASE_URL'] %>