Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 375 Bytes

CHANGELOG.md

File metadata and controls

4 lines (3 loc) · 375 Bytes

2018-12-10

  • We switched to Rocket's built-in support for managing DB connection pools. You have to update your Rocket.toml: Remove postgres_url = "postgres://ff-node-monitor@/ff-node-monitor" from the [global.ff-node-monitor.secrets] section, and add postgres = { url = "postgres://ff-node-monitor@/ff-node-monitor" } to the [global.databases] section.