-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unify env loading for apps #313
Labels
tech-debt
Technical debt
Comments
I think this might be a duplicate of this one #163 |
They overlap quite a bit but contain some differences. I'd leave this task as it's very specific and update the other one |
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 5, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 6, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 16, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 16, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 16, 2024
ygrishajev
added a commit
that referenced
this issue
Sep 17, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 2, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 2, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 3, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
ygrishajev
added a commit
that referenced
this issue
Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This commit introduces a certain env loading logic into an application which is described in apps/api/README.md#environment-variables.
We need to spread the same approach to other applications.
env-loader
which should basically expose the logic in this file as a function or a class methodUpdate every app to use the package and create all the required env files with proper values, update .dockerignore and gitignore, make sure sample file is filled with all used vars. Use api commit as reference.
Required env files:
apps/api/env/.env
apps/api/env/.env.production
apps/api/env/.env.staging
apps/api/env/.env.mainnet
apps/api/env/.env.sandbox
apps/api/env/.env.sample
The text was updated successfully, but these errors were encountered: