You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the .env file for setting environment variables consistently for all applicable variables and for all supported languages.
For example the Rust wallet guide currently uses the .env file only for the node URL, but not for Stronghold password and path. Python uses .env for the node URL and Stronghold password with defaults, but not for the Stronghold path. etc.
Motivation
It would benefit both maintaining the getting started examples themselves, and maintaining the Wiki guides, if we would use the .env file for setting environment variables consistently for all required variables and for all languages.
Are you planning to do it yourself in a pull request?
No
The text was updated successfully, but these errors were encountered:
Correct. But seeing we keep getting back to the .env file, I'd say we stop fighting the system. The sole reason for moving away from .env for getting started guides was so we could make them as "copy-paste" as possible. But seeing this results in unmaintained or incorrect guides quite easily, I say let's move back to using .env like all the rest of the examples and we'll make sure to explain the use of .env and list the proper dependencies on the Wiki side.
Description
Use the
.env
file for setting environment variables consistently for all applicable variables and for all supported languages.For example the Rust wallet guide currently uses the
.env
file only for the node URL, but not for Stronghold password and path. Python uses.env
for the node URL and Stronghold password with defaults, but not for the Stronghold path. etc.Motivation
It would benefit both maintaining the getting started examples themselves, and maintaining the Wiki guides, if we would use the
.env
file for setting environment variables consistently for all required variables and for all languages.Are you planning to do it yourself in a pull request?
No
The text was updated successfully, but these errors were encountered: