Skip to main content

Database

ConsenSys Rollups support PostgreSQL as the database management system.

Configure access to the database for the engine and manager components separately.

Database configuration example
[database]
database_type = "Postgres"
username = "postgres"
password = "postgres"
host = "localhost"
port = "5432"
database = "engine_operator_1"