Flesh out Player model and write patch to populate players from sporting API

This commit is contained in:
2020-11-04 22:57:22 -06:00
parent 3befe69f30
commit 19567dcfb0
7 changed files with 160 additions and 5 deletions

View File

@@ -20,6 +20,10 @@ const server_config = {
*/
frontend_path: env('FRONT_END_PATH', 'frontend'),
sports_data: {
api_key: env('SPORTSDATA_API_KEY'),
},
logging: {
/*