Skip to content
Snippets Groups Projects
Verified Commit ab6c3a5e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Set TANK_CALLBACK_BASE_URL and DASHBOARD_CALLBACK_BASE_URL if not set

parent d03ce832
No related branches found
No related tags found
No related merge requests found
Pipeline #3009 passed
...@@ -4,6 +4,9 @@ POETRY_RUN_MANAGE = $(POETRY_RUN) ./manage.py ...@@ -4,6 +4,9 @@ POETRY_RUN_MANAGE = $(POETRY_RUN) ./manage.py
.DEFAULT_GOAL := run.prod .DEFAULT_GOAL := run.prod
TANK_CALLBACK_BASE_URL ?= "${AURA_PROTO}://${AURA_HOST}/tank"
DASHBOARD_CALLBACK_BASE_URL ?= "${AURA_PROTO}://${AURA_HOST}"
initialize: migrate loadfixtures initialize: migrate loadfixtures
$(POETRY_RUN_MANAGE) collectstatic --clear --no-input $(POETRY_RUN_MANAGE) collectstatic --clear --no-input
$(POETRY_RUN_MANAGE) createsuperuser --no-input $(POETRY_RUN_MANAGE) createsuperuser --no-input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment