Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve documentation of the env file example #665

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Conversation

apognu
Copy link
Contributor

@apognu apognu commented Jan 24, 2025

Same rationale as the backend one.

Big difference, though: this actually changes some code to mark some variables as optional. I do not think we use them for anything, from what I can see in the code and the Firebase project, so having them in the configuration file might clutter it for nothing.

Copy link
Contributor

@Pascal-Delange Pascal-Delange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great !

FIREBASE_PROJECT_ID: z.string(),
FIREBASE_STORAGE_BUCKET: z.string(),
FIREBASE_STORAGE_BUCKET: z.string().optional(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one I guess can be removed altogether ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I thought we did not use those, but wanted to make sure before removing. Will edit tomorrow.

@apognu apognu force-pushed the docs/improve-env-files branch from d01a410 to bdeba64 Compare January 28, 2025 10:58
@apognu apognu merged commit bf76d73 into main Jan 28, 2025
3 checks passed
@apognu apognu deleted the docs/improve-env-files branch January 28, 2025 11:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants