collection_service/config.example.toml

6 lines
182 B
TOML

postgres_host="/run/postgresql"
pg_database="DATABASE_NAME"
postgres_user="postgres"
file_storage="file_storage"
dedicated_ai_server_address="127.0.0.1"
dedicated_ai_server_port=9000