config.yaml 229 Bytes
app_name: "Embedding Service"
app_version: "1.0.0"
port: 8000
debug: true

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