config.yaml 268 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 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"