-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/Code-the-Dream-School/herrin…
…g-team1 into IK/CR-28_VolunteerCard
- Loading branch information
Showing
8 changed files
with
61 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
# default: &default | ||
# adapter: postgresql | ||
# encoding: unicode | ||
# pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | ||
# username: <%= ENV["DB_USERNAME"] %> | ||
# password: <%= ENV["DB_PASSWORD"] %> | ||
# host: <%= ENV["DB_HOST"] %> | ||
# port: <%= ENV["DB_PORT"] %> | ||
|
||
# development: | ||
# <<: *default | ||
# database: careconnect_development | ||
|
||
# test: | ||
# <<: *default | ||
# database: careconnect_test | ||
|
||
# production: | ||
# <<: *default | ||
# database: careconnect_production | ||
|
||
|
||
|
||
|
||
# SQLite. Versions 3.8.0 and up are supported. | ||
# gem install sqlite3 | ||
# | ||
# Ensure the SQLite 3 gem is defined in your Gemfile | ||
# gem "sqlite3" | ||
# | ||
default: &default | ||
adapter: sqlite3 | ||
adapter: postgresql | ||
encoding: unicode | ||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | ||
timeout: 5000 | ||
username: <%= ENV["DB_USERNAME"] %> | ||
password: <%= ENV["DB_PASSWORD"] %> | ||
host: <%= ENV["DB_HOST"] %> | ||
port: <%= ENV["DB_PORT"] %> | ||
|
||
development: | ||
<<: *default | ||
database: storage/development.sqlite3 | ||
database: careconnect_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: storage/test.sqlite3 | ||
database: careconnect_test | ||
|
||
production: | ||
<<: *default | ||
database: storage/production.sqlite3 | ||
database: careconnect_production | ||
|
||
|
||
|
||
|
||
# # SQLite. Versions 3.8.0 and up are supported. | ||
# # gem install sqlite3 | ||
|
||
# # Ensure the SQLite 3 gem is defined in your Gemfile | ||
# # gem "sqlite3" | ||
|
||
# default: &default | ||
# adapter: sqlite3 | ||
# pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | ||
# timeout: 5000 | ||
|
||
# development: | ||
# <<: *default | ||
# database: storage/development.sqlite3 | ||
|
||
# # 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: storage/test.sqlite3 | ||
|
||
# production: | ||
# <<: *default | ||
# database: storage/production.sqlite3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters