NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Add application.properties file that uses env vars #44

Closed oxyflush closed 7 months ago

oxyflush commented 7 months ago

This commit removes application.properties from gitignore, since it was there temporarily as hardcoded values in the application.properties file prevented it from being able to be comitted. Changed the new application.properties file to use environment variables for configuring database credentials and removed application.properties from .gitignore

oxyflush commented 7 months ago

Makes sense to me, we can either:

  1. Modify the values locally (which sucks) 2. Pass in env variables in the build command