Skip to content

Commit

Permalink
Corrige une typo dans la config Elasticsearch prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed May 1, 2018
1 parent 26b7d56 commit 63b8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
# ZESTE DE SAVOIR SETTINGS


ES_SEARCH_INDEX['shards'] = config['elasticsearch'].get('shards', 3),
ES_SEARCH_INDEX['shards'] = config['elasticsearch'].get('shards', 3)


ZDS_APP['site']['association']['email'] = '[email protected]'
Expand Down

0 comments on commit 63b8577

Please sign in to comment.