Skip to content
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

Typo in env variable handling #1959

Closed
jzakotnik opened this issue Sep 3, 2024 · 0 comments · Fixed by #1962
Closed

Typo in env variable handling #1959

jzakotnik opened this issue Sep 3, 2024 · 0 comments · Fixed by #1962
Assignees
Labels
api Indicates api related issue or feature bug Something isn't working

Comments

@jzakotnik
Copy link
Contributor

Two different process env variables are used, but should be the same:

API_DB_DATABASE: string;

database: process.env.API_DB_NAME || "trubudget_email_service",

@jzakotnik jzakotnik added the bug Something isn't working label Sep 3, 2024
@issuelabeler issuelabeler bot added the api Indicates api related issue or feature label Sep 3, 2024
@galethil galethil self-assigned this Sep 3, 2024
@galethil galethil mentioned this issue Sep 5, 2024
6 tasks
@galethil galethil added this to the Trubudget 2.15.0 milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Indicates api related issue or feature bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants