Hi @shiangoli - the POSTGRES_URL and REDIS_URL should be in URI (RFC 3986) format, e.g. postgresql://user:pass@host:port/database?sslmode=require
More info here:
We should improve our documentation, as it’s confusing that Postgres has two formats.
Iain