You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Per #70, I started talking about working with Rails secrets. I do like that idea, but I also know they aren't (or didn't use to be) available early in the initialization process, which I find critical so we can configure services with keys, tokens, passwords, etc.
Keeping this issue so we implement settings in a way that surfaces the values before reading files in config/initializers are read.
The text was updated successfully, but these errors were encountered:
Per #70, I started talking about working with Rails secrets. I do like that idea, but I also know they aren't (or didn't use to be) available early in the initialization process, which I find critical so we can configure services with keys, tokens, passwords, etc.
Keeping this issue so we implement settings in a way that surfaces the values before reading files in
config/initializers
are read.The text was updated successfully, but these errors were encountered: