emqx_bridge_pgsql.app.src 270 B

12345678910111213
  1. {application, emqx_bridge_pgsql, [
  2. {description, "EMQX Enterprise PostgreSQL Bridge"},
  3. {vsn, "0.1.3"},
  4. {registered, []},
  5. {applications, [
  6. kernel,
  7. stdlib,
  8. emqx_resource
  9. ]},
  10. {env, []},
  11. {modules, []},
  12. {links, []}
  13. ]}.