config.yaml 268 Bytes
app_name: "Embedding Service"
app_version: "1.0.0"
port: 8000
debug: false

db_es_enable: true
db_es_url: "http://localhost:9200"
db_postgres_enable: false
db_postgres_url: "postgresql://postgres:postgres@localhost:5432/postgres"

service:
  face:
    db_client: "es"