Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
673168ca
authored
Jan 21, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.ik.bme.hu/circle3/cloud
parents
7b70c2a1
df385352
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
circle/circle/settings/base.py
+1
-1
miscellaneous/managercelery@.service
+1
-1
No files found.
circle/circle/settings/base.py
View file @
673168ca
...
...
@@ -59,7 +59,7 @@ SITE_ROOT = dirname(BASE_DIR)
SITE_NAME
=
basename
(
BASE_DIR
)
# 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
# name in our dotted import paths:
...
...
miscellaneous/managercelery@.service
View file @
673168ca
...
...
@@ -12,4 +12,4 @@ Restart=always
WorkingDirectory=/home/cloud/circle/circle
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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment