Do not hardcode server config #44
Labels
api feature request
Feature request regarding API design or new APIs without user/moderator frontend
documentation
Improvements or additions to documentation
in
src/serverMain/kotlin/com/studo/campusqr/database/InitialSetup.kt
are many settings for the server hardcoded.These settings do not care about environment vars (HOST, PORT).
Please change to reading server configuration from a file (e.g. yaml)
The text was updated successfully, but these errors were encountered: