Sign in
apache
/
openwhisk-tutorial
/
f3d4e1ef8eb41462cff525df02dbbdd4998e471a
/
.
/
deploy_settings
/
__init__.py
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
=
{
}