.env.local and .env.ic #4360
vporton
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of managing everything in
.env
, should create files.env.local
and.env.ic
..env
should be a symlink (not sure whether this works on Windows) or copy.This way, it will be eased for a developer to look for variable values of a given network.
Beta Was this translation helpful? Give feedback.
All reactions