Skip to content

Commit

Permalink
Merge pull request #14 from garamb1/default-config
Browse files Browse the repository at this point in the history
Add default Spring config
  • Loading branch information
garamb1 authored Mar 31, 2024
2 parents 77b95fb + 2e8f3a9 commit a65dc69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
management.server.port=3000
server.error.whitelabel.enabled=false
retrosearch.encoding=UTF-8
retrosearch.html.version=3.2
retrosearch.news.enable=${NEWS_ACTIVE:false}
retrosearch.news.api.key=${NEWS_API_KEY:}

retrosearch.sports.football.enable=${FOOTBALL_API_ACTIVE:false}
retrosearch.sports.football.api.key=${FOOTBALL_API_KEY:}

0 comments on commit a65dc69

Please sign in to comment.