Write patch to pull in weekly player data to database; start player/team stat models
This commit is contained in:
@@ -22,6 +22,7 @@ const server_config = {
|
||||
|
||||
sports_data: {
|
||||
api_key: env('SPORTSDATA_API_KEY'),
|
||||
season: env('SPORTSDATA_SEASON', '2020REG'),
|
||||
},
|
||||
|
||||
logging: {
|
||||
|
||||
15
config/settings.config.js
Normal file
15
config/settings.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
const settings_config = {
|
||||
default_settings: [
|
||||
{
|
||||
key: 'in_draft_stage',
|
||||
value: true,
|
||||
},
|
||||
{
|
||||
key: 'current_week',
|
||||
value: 1,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
module.exports = exports = settings_config
|
||||
Reference in New Issue
Block a user