generated from rnentjes/kotlin-server-web-empty
Move SERVER_PORT and JDBC_PORT constants from Main.kt to Placeholders.kt to centralize configuration. This change improves maintainability by keeping related constants together in a single file. Additionally, it ensures that any updates to port configurations are managed more easily.
Description
No description provided
Languages
Kotlin
100%