A generic guide on how to deploy Briefer on any virtual machine.
--env ALLOW_HTTP="true"
in the
above command.3000
.
3000
. Otherwise, skip this step.
briefer.yourcompany.example.com
).
POSTGRES_HOSTNAME
: Your Postgres instance’s address.POSTGRES_PORT
: Your Postgres instance’s port.POSTGRES_DATABASE
: The name of the database to use within Postgres.POSTGRES_USERNAME
: The username Briefer should use to connect to your Postgres instance.POSTGRES_PASSWORD
: The password for the chosen Postgres user.