From 06cb5f7a8b8b720066deb997eb586cd6ca95b847 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Mon, 13 Jan 2025 12:15:05 +1030 Subject: [PATCH] Tweaks to readme re encryption changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) ``` -- 2.39.5