mirror of
https://github.com/not-kennethreitz/elephant.git
synced 2026-06-05 23:20:19 +00:00
6 of em
This commit is contained in:
@@ -1 +1 @@
|
||||
web: gunicorn elephant:app -w 3
|
||||
web: gunicorn elephant:app -w 6
|
||||
@@ -34,8 +34,6 @@ PUBLIC_ALLOWED = 'PUBLIC_ALLOWED' in os.environ
|
||||
# If S3 bucket doesn't exist, set it up.
|
||||
BUCKET_NAME = 'elephant-{}'.format(CLUSTER_NAME)
|
||||
|
||||
|
||||
|
||||
# Elastic Search Stuff.
|
||||
ES = ElasticSearch(ELASTICSEARCH_URL)
|
||||
_url = urlparse.urlparse(ES.servers.live[0])
|
||||
|
||||
Reference in New Issue
Block a user