peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

Support optional .env file for development / production config

Open jimpick opened this issue 6 years ago • 2 comments

I'd like to be able to tweak the app name and the rendezvous server multiaddr in development.

Those are also settings we'd probably want to change in various test / staging situations.

What do people think about using a .env file? I've used it in many projects.

https://github.com/motdotla/dotenv

jimpick avatar Dec 03 '18 21:12 jimpick

Yes! .env are very pleasant and would be great to support. Same for peer-star-app itself.

victorb avatar Dec 03 '18 21:12 victorb

+1 for dotenv, it's one standard most people can agree on :)

parkan avatar Dec 04 '18 01:12 parkan