jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Make it easier to not expose API keys while pair programming #36

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

Maybe add a separate secrets.edn file in addition to config.edn. Maybe read from that file whenever you need to use a secret, so secrets aren't stored in the system map. Then you can both edit config.edn and display the system map's contents without leaking any secrets.