Change-Id: I89e0d449b430e8a9fc0b0785d87c4a21425a4247
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class EpaCaps(newton_epacaps.EpaCaps):
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class Extensions(newton_extensions.Extensions):
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class Tokens(newton_identityV3.Tokens):
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class Services(newton_services.Services):
logger = logging.getLogger(__name__)
-DEBUG=True
+# DEBUG=True
class Registry(newton_registration.Registry):
SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
# SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+# DEBUG = True
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['*']
# Application definition