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

Bugfix/missing environment variables #369

Conversation

podzz
Copy link

@podzz podzz commented Feb 16, 2025

Intent:

This PR adds a few missing environments variables from all-in-one/docker-compose.yml.

This makes these environment variables hard to know they even exist.
I found them essential when trying to host Hi.Events 👍

Really appreciate your work!

Checklist

  • I have read the contributing guidelines.
  • My code is of good quality and follows the coding standards of the project.
  • I have tested my changes, and they work as expected.

Thank you for your contribution! 🎉

@podzz podzz force-pushed the bugfix/missing-environment-variables branch from 133ba6b to e33d2ea Compare February 16, 2025 09:49
@@ -13,14 +13,31 @@ services:
- VITE_STRIPE_PUBLISHABLE_KEY=${VITE_STRIPE_PUBLISHABLE_KEY}
- LOG_CHANNEL=${LOG_CHANNEL}
- QUEUE_CONNECTION=${QUEUE_CONNECTION}
Copy link
Author

Choose a reason for hiding this comment

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

I tried to create some order here.

Base variable
SAAS mode
MAIL
filesystem
database
stripe config

@daveearley
Copy link
Contributor

Awesome! Thanks for this :-)

@daveearley daveearley merged commit fc5d6ad into HiEventsDev:v1.0.0-alpha Feb 16, 2025
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants