vens.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # == Schema Information
  2. #
  3. # Table name: vens
  4. #
  5. # id :integer not null, primary key
  6. # name :string(255)
  7. # email :string(255)
  8. # address :string(255)
  9. # state :string(255)
  10. # zip :string(255)
  11. # geospatial_location :string(255)
  12. # grid_electrical_coordinates :string(255)
  13. # shed_capability :float
  14. # ramp_period :integer
  15. # recovery_period :integer
  16. # account_id :integer
  17. # created_at :datetime not null
  18. # updated_at :datetime not null
  19. # registration_id :integer
  20. # ven_id :string(255)
  21. # common_name :string(255)
  22. # distribute_event_payload :text
  23. # profile_id :integer
  24. # http_push :boolean
  25. # transport_address :string(255)
  26. # last_comm_at :datetime
  27. # time_zone :string(255) default("UTC")
  28. # ven_interface_name :string(255)
  29. # address_label :string(255)
  30. # address_extra :string(255)
  31. # city :string(255)
  32. #
  33. ven1:
  34. name: ven1
  35. ven_id: ven123
  36. email: test@domain.com
  37. account_id: 1
  38. address: some address
  39. state: wi
  40. zip: 12345
  41. geospatial_location: 1234
  42. grid_electrical_coordinates: 1234
  43. shed_capability: 100
  44. ramp_period: 200
  45. recovery_period: 202
  46. common_name: cn1
  47. time_zone: Hawaii
  48. ven2:
  49. name: ven2
  50. ven_id: ven432
  51. email: test@domain.com
  52. account_id: 1
  53. address: some address
  54. state: wi
  55. zip: 12345
  56. geospatial_location: 1234
  57. grid_electrical_coordinates: 1234
  58. shed_capability: 100
  59. ramp_period: 200
  60. recovery_period: 202
  61. common_name: cn2
  62. time_zone: Hawaii