#1 PDF Application on GitHub that lets you edit PDFs on any device anywhere
Change `engine/.env` to be committed and have `.env.local` override (#6150)
# Description of Changes We keep adding stuff to `engine/config/.env.example` and have to manually update `.env` because of it, which is really clunky, especially when working on multiple worktrees at once. This PR changes it so that we just have a committed `.env` file and have an `.env.local` override to put the actual private keys into, which should make it a bit easier to manage. > [!warning] > > After this goes in, be very careful for a little while not to accidentally commit any keys that you've got inside your `.env` file!
J
James Brunton committed
3b2afe0deb1c50e1e8544ccb7f1ff5d98aa61eb7
Parent: 2a856fb
Committed by GitHub <noreply@github.com>
on 4/21/2026, 3:18:25 PM