-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow different configs for different machines #12
Comments
Closed
liammulh
added a commit
that referenced
this issue
Mar 28, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
liammulh
added a commit
that referenced
this issue
Mar 28, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
liammulh
added a commit
that referenced
this issue
May 15, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
liammulh
added a commit
that referenced
this issue
May 16, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
liammulh
added a commit
that referenced
this issue
May 16, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
liammulh
added a commit
that referenced
this issue
May 16, 2024
Introduces environment variables template file and tasks related to the environment variables files. You're supposed to create a `.env.local` and a `.env.prod` based on `.env.template`. There's a task that ensures the keys in `.env.template` are also present in the other files. There's another task that sets the environment variables in production. For: #12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #11, I realized it would be nice to have configuration on a per-machine basis. I am going to try a few things to accomplish this.
The text was updated successfully, but these errors were encountered: