Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. $ cf env cities
  2. Getting env variables for app cities in org DemoSE8 / space development as appsadmin...
  3. OK
  4.  
  5. System-Provided:
  6. {
  7. "VCAP_SERVICES": {
  8. "user-provided": [
  9. {
  10. "credentials": {
  11. "hostname": "10.0.2.15",
  12. "jdbcUrl": "jdbc:mysql://10.0.2.15:3306/cf_88abce93_98ba_46f4_9b32_41cdfeec5569?user=FG3IfC8zvp0ZUPFs\u0026password=kEpdd86QUXMtBMd9",
  13. "name": "cf_88abce93_98ba_46f4_9b32_41cdfeec5569",
  14. "password": "kEpdd86QUXMtBMd9",
  15. "port": 3306,
  16. "uri": "mysql://FG3IfC8zvp0ZUPFs:kEpdd86QUXMtBMd9@10.0.2.15:3306/cf_88abce93_98ba_46f4_9b32_41cdfeec5569?reconnect=true",
  17. "username": "FG3IfC8zvp0ZUPFs"
  18. },
  19. "label": "user-provided",
  20. "name": "cities-db",
  21. "syslog_drain_url": "",
  22. "tags": []
  23. }
  24. ]
  25. }
  26. }
  27.  
  28. {
  29. "VCAP_APPLICATION": {
  30. "application_id": "906bf5b4-a191-413f-81cd-56ea56e4e51b",
  31. "application_name": "cities",
  32. "application_uris": [
  33. "cities.10.140.207.128.xip.io"
  34. ],
  35. "application_version": "1998e21f-f3e4-4663-9ee3-ba9d5bc7061d",
  36. "limits": {
  37. "disk": 1024,
  38. "fds": 16384,
  39. "mem": 512
  40. },
  41. "name": "cities",
  42. "space_id": "c154f5d0-bcea-478a-b919-55335859fa3d",
  43. "space_name": "development",
  44. "uris": [
  45. "cities.10.140.207.128.xip.io"
  46. ],
  47. "users": null,
  48. "version": "1998e21f-f3e4-4663-9ee3-ba9d5bc7061d"
  49. }
  50. }
  51.  
  52. User-Provided:
  53. SPRING_PROFILES_ACTIVE: cloud
  54.  
  55. No running env variables have been set
  56.  
  57. No staging env variables have been set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement