ita-social-projects / dokazovi-be

The platform for verified medical speakers and their recommendations.
MIT License
13 stars 11 forks source link

Fixed GOOGLE_CREDENTIALS variable check in application.properties #396

Closed handicraftsman closed 3 years ago

handicraftsman commented 3 years ago

develop

GitHub Board

#395 The application requires GOOGLE_CREDENTIALS environment variable to be set

Code reviewers

I am new to this project, and not even an intern yet, so I do not know whom to ping here.

Summary of issue

GOOGLE_CREDENTIALS was not defaulting to noop in application.properties, even though that was intended in GoogleAnalytics class.

Summary of change

Made it default to noop.

This change is sent directly to the develop branch, as it seems to be too small to actually break anything, and unit tests were run. Feel free to redirect this to another branch if you think it is a better idea here.