We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e6205 commit b5351d4Copy full SHA for b5351d4
1 file changed
sample-data/README.md
@@ -42,7 +42,7 @@ Some sample data for a node app which is bound to a mongodb service.
42
"OLDPWD": "/home/vcap"
43
}
44
45
-## `cf-env.getCore()`
+## `cfenv.getAppEnv()`
46
47
{
48
"app": {
@@ -103,10 +103,11 @@ Some sample data for a node app which is bound to a mongodb service.
103
"urls": [
104
"https://<cf-host>.<cf-domain>"
105
],
106
- "url": "https://<cf-host>.<cf-domain>"
+ "url": "https://<cf-host>.<cf-domain>",
107
+ "isLocal": false
108
109
-## `cf-env.getServices`
110
+## `appEnv.getServices()`
111
112
113
"my-db": {
0 commit comments