Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 684 Bytes

CLI.md

File metadata and controls

13 lines (10 loc) · 684 Bytes

CLI

This document describes how to use the service as a CLI tool.

Environment variables

Variable Description Example
DATABASE_HOST IP address or hostname of the database host localhost
DATABASE_PORT Port of the database host 5432
DATABASE_NAME Name of the database metadata
DATABASE_USER Username of the database postgres
DATABASE_PASSWORD Password of the database postgres