# Database Configuration

# CocoIndex Database, for CocoIndex internal storage and target
COCOINDEX_DATABASE_URL=postgres://cocoindex:cocoindex@localhost/cocoindex

# Source Database, for data source
SOURCE_DATABASE_URL=postgres://cocoindex:cocoindex@localhost/cocoindex
