From: Aidan Cornelius-Bell Date: Mon, 13 Jan 2025 01:45:05 +0000 (+1030) Subject: Tweaks to readme re encryption changes X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=06cb5f7a8b8b720066deb997eb586cd6ca95b847;p=arelpe.git Tweaks to readme re encryption changes --- diff --git a/README.md b/README.md index 985bab9..2a3354e 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ Arelpe is a Ruby on Rails application that provides a RESTful API for managing b 4. Set up encryption ``` rails db:encryption:init - EDITOR="nano" rails credentials:edit - ``` + EDITOR="nano" rails credentials:edit --environment production + ``` + Needed in Prod else errors will occur. Two envs for encryption -- dev and prod will be different keys. 5. Set up TOTP codes (this fixup often needed) ```