diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties deleted file mode 100644 index b037148..0000000 --- a/src/main/resources/application-local.properties +++ /dev/null @@ -1,12 +0,0 @@ -server.port=8081 -logging.level.root=INFO - -spring.jpa.hibernate.ddl-auto=update - -simplejavamail.transport.mode.logging.only=false -ENDPOINT_SECRET=localSecret -MAILER_SUBJECT=Latest Football Updates -MAILER_FROM_NAME=Football Updater -MAILER_TO_NAME=K -SPRING_DATASOURCE_NAME=db_football_updater -SPRING_DATASOURCE_USERNAME=admin \ No newline at end of file