Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from RiotGames/scheduler_setting
Browse files Browse the repository at this point in the history
Changing default config_item to standalone scheduler
  • Loading branch information
markofu authored Nov 29, 2017
2 parents 601d870 + 9d8a08c commit 590db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cloud_inquisitor/plugins/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self, **kwargs):
type='choice',
description='Enabled authentication module'
),
ConfigOption('scheduler', 'SQSScheduler', 'string', 'Default scheduler module'),
ConfigOption('scheduler', 'StandaloneScheduler', 'string', 'Default scheduler module'),
ConfigOption('jwt_key_file_path', 'ssl/private.key', 'string',
'Path to the private key used to encrypt JWT session tokens. Can be relative to the '
'folder containing the configuration file, or absolute path')
Expand Down

0 comments on commit 590db13

Please sign in to comment.