mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 22:20:07 +08:00

### What problem does this PR solve? Add tests for frontend API ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
2 lines
73 B
Python
2 lines
73 B
Python
import os
|
|
HOST_ADDRESS=os.getenv('HOST_ADDRESS', 'http://127.0.0.1:9380') |