HACKER Q&A
📣 sudowoodo200

Global Constants / Config Stores


What are some best practice recommendations for managing the constants? So far, I've heard

- .env file + enter env variables to deployment platforms - Using a config store like Fastly's - Using a KV Store

How would you do it?


  👤 ttymck Accepted Answer ✓
What are the constants used for? How often do they change? How quickly do you need changes to propogate?