1 2 3 4 5 6 7 8
connector { provider: .postgres, url: ENV["DATABASE_URL"]! } server { bind: ("0.0.0.0", 5688) }