config.dev.yaml 279 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 app_name: "Embedding Service" app_version: "1.0.0" port: 8000 debug: false url_prefix: "/aigc-embedding/api" db_es_enable: true db_es_url: "http://192.168.0.14:9200" #db_postgres_enable: false #db_postgres_url: "postgresql://postgres:postgres@localhost:5432/postgres"