blob: 5f71ead3f0a52a5ee822e61cdfd1879d6509c42a [file] [log] [blame]
import os
vcap = os.environ
if "VCAP_APPLICATION" in os.environ:
from deploy_settings.bluemix import *
print("Bluemix")
else:
print("Defaulting to local")
from deploy_settings.base import *
DATABASES = {
}