Hosting Blockfrost Backend


I’m having difficulty with my config files for running my own Blockfrost instance. Specifically settings from dbSync: {
host: ‘cdbsync-dev.mydomain.com’,
user: ‘username’,
database: ‘password’,

host: if db-sync is running on the same machine then I would assume I use localhost.
user: cexplorer or postgres?
database: ???

Any insight would be appreciated.