Closed rray524 closed 2 weeks ago
Resolves #48
group :development, :test do gem 'dotenv-rails' end
which will be used to keep the database username & password hidden from the public: File path: config/database.yml
config/database.yml
development: <<: *default adapter: postgresql encoding: unicode database: backend_kc_development pool: 5 username: <%= ENV["BACKEND_DATABASE_USERNAME"] %> password: <%= ENV["BACKEND_DATABASE_PASSWORD"] %> host: localhost port: 5432
This library provides integration of the money gem with Rails.
@rt4914 this #48 feature is related to #49 , so once it is reviewed done, will work on this asap. thanks.
Checklist:
Resolves #48
which will be used to keep the database username & password hidden from the public: File path:
config/database.yml
Description
This library provides integration of the money gem with Rails.