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

Fix importing duplicate Configuration class, add dotenv to manage environmental configurations #175

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Y2Nk4
Copy link

@Y2Nk4 Y2Nk4 commented Mar 12, 2021

Bug Fix:
In src/main/scala/model/OfficeHoursServer, Configuration imported twice with the same name (model.Configuration, com.corundumstudio.socketio.Configuration)

Feature Added:
Using dotenv to manage environmental configurations

Y2Nk4 added 4 commits March 10, 2021 01:58
…ronments

Instead of hardcoding the configurations in the project, using dotenv could help the developers to set up their local dev environment without revise anything in the project.
Also, for production deployment, environment variables could be loaded by dockerfile. I think it's the best way to configure the environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant