stormkit-io / app-stormkit-io

Stormkit is an all in one solution for Full Stack Javascript applications.
https://app.stormkit.io
GNU General Public License v3.0
66 stars 8 forks source link

[feat] guide the user for setting up the environment variables #317

Closed svedova closed 11 months ago

svedova commented 2 years ago

Is your feature request related to a problem? Please describe. The Environment Variables in the environment config can be used to configure deployments through special environment variables. This is not very visible to the user so we need to make it somehow visible.

Describe the solution you'd like

Special environment variables

Name Description
SK_CWD Change the working directory. The path is relative to the repo root.
SK_ENV_FILE If provided, Stormkit will create a .env file with the Environment Variables in the current working directory. It can take any value

Additional context

Here's a screenshot of the section I mentioned above:

image
svedova commented 11 months ago

We now have documentation, and a much better process for setting system variables.

Closing this issue.