Commit 673168ca by Szeberényi Imre

Merge branch 'master' of https://git.ik.bme.hu/circle3/cloud

parents 7b70c2a1 df385352
...@@ -59,7 +59,7 @@ SITE_ROOT = dirname(BASE_DIR) ...@@ -59,7 +59,7 @@ SITE_ROOT = dirname(BASE_DIR)
SITE_NAME = basename(BASE_DIR) SITE_NAME = basename(BASE_DIR)
# Url to site: (e.g. http://localhost:8080/) # Url to site: (e.g. http://localhost:8080/)
DJANGO_URL = get_env_variable('DJANGO_URL', '/') DJANGO_URL = get_env_variable('DJANGO_URL', 'http://localhost:8080/')
# Add our project to our pythonpath, this way we don't need to type our project # Add our project to our pythonpath, this way we don't need to type our project
# name in our dotted import paths: # name in our dotted import paths:
......
...@@ -12,4 +12,4 @@ Restart=always ...@@ -12,4 +12,4 @@ Restart=always
WorkingDirectory=/home/cloud/circle/circle WorkingDirectory=/home/cloud/circle/circle
ExecStartPre=/bin/bash -c "source /etc/profile; workon circle; celery -f --app=manager.%I purge" ExecStartPre=/bin/bash -c "source /etc/profile; workon circle; celery -f --app=manager.%I purge"
ExecStart=/bin/bash -c "source /etc/profile; workon circle; exec celery --app=manager.%I worker --loglevel=info --hostname=%I -B -c 3" ExecStart=/bin/bash -c "source /etc/profile; workon circle; exec celery --app=manager.%I worker --loglevel=debug --hostname=%I -B -c 3"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment