Skip to content

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

Open
jayceguo wants to merge 4 commits into
UB-CSE:developfrom
jayceguo:develop
Open

Fix importing duplicate Configuration class, add dotenv to manage environmental configurations#175
jayceguo wants to merge 4 commits into
UB-CSE:developfrom
jayceguo:develop

Conversation

@jayceguo

Copy link
Copy Markdown

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

…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