Adding .env.example for environment variable management Updating .gitignore to exclude sensitive files Modifying pom.xml to include new dependencies Updating application.properties for better configuration
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
DB_URL=
|
|
DB_USER=
|
|
DB_PASSWORD=
|
|
PORT=
|
|
SSL_KEYSTORE_PASSWORD=
|
|
SSL_ENABLED=
|