alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Add functionality to store sensitive config variables. #12

Closed saulius closed 12 years ago

saulius commented 12 years ago

Add functionality to store sensitive config variables.

Modeled after Whitehall app to keep it consistent.

jabley commented 12 years ago

Is there an associated piece of work to set this config file for the production environments?

LGTM; I don't have strong feelings either way between doing in in YAML versus just having an application initializer a la rails secret_token.rb.