ginjo / rfm

FileMaker to Ruby adapter.
MIT License
45 stars 22 forks source link

Rails-2.0: Credentials #43

Closed chmich closed 6 years ago

chmich commented 6 years ago

Hi Wiliam,

is there a way to store the FileMaker-Password, which is currently in rfm.yml in the newly introduced credententials.yml.enc?

Best Regards and many Thanks! Christian

hazi commented 6 years ago

rfm.yml is available in ERB

:ssl:       true
:port:      443
:timeout:   60
:database_name:
  :host: example.com
  :account_name: user
  :password: <%= Rails.application.credentials.filemaker_user_password %>
  :database: database
chmich commented 6 years ago

Many thanks for the fast reply! Thats what i seached for!