Commit e7e156c3 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #711 in RMS/api-main-service from gladys-dev2 to product-dev

* commit 'e0ecfb86':
  dev debug=True
parents 0133039d e0ecfb86
from .base import * from .base import *
import configparser import configparser
DEBUG = False DEBUG = True
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
# CORS_ORIGIN_ALLOW_ALL = True # CORS_ORIGIN_ALLOW_ALL = True
......
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 to comment