You've already forked hotpocket
This commit is contained in:
14
services/backend/ops/docker/settings/testing.py
Normal file
14
services/backend/ops/docker/settings/testing.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# type: ignore
|
||||
# flake8: noqa
|
||||
from __future__ import annotations
|
||||
|
||||
from hotpocket_backend.settings.webapp import *
|
||||
|
||||
DEBUG = False
|
||||
TESTING = True
|
||||
|
||||
ROOT_URLCONF = 'hotpocket_backend.urls.testing'
|
||||
|
||||
CELERY_BROKER_URL = 'amqp://guest@rabbitmq.testing.hotpocket/'
|
||||
CELERY_RESULT_BACKEND = 'disabled://'
|
||||
Reference in New Issue
Block a user