@@ -21,10 +21,10 @@ spring.servlet.multipart.max-request-size=100GB
2121spring.main.allow-circular-references =true
2222
2323env =public
24+ noAuthCheckWhitelist =/*;/img/**;/v1/accounts/login;/public/**;/v1/datas/**;
2425
2526# system
2627server.port =8887
27- server.address =127.0.0.1
2828logging.level.com.alipay.sofa =info
2929logging.path =./logs
3030management.endpoint.components.enable =false
@@ -51,13 +51,14 @@ jasypt.encryptor.password=openspg
5151# /* ----------------------- *
5252# | cloudext |
5353# * ----------------------- */
54- cloudext.graphstore.url =neo4j://release-openspg-neo4j:7687?user=neo4j&password=neo4j@openspg&database=neo4j
55- cloudext.searchengine.url =neo4j://release-openspg-neo4j:7687?user=neo4j&password=neo4j@openspg&database=neo4j
56- cloudext.objectstorage.url =minio://release-openspg-minio:9000?accessKey=minio&secretKey=minio@openspg
54+ cloudext.graphstore.url =neo4j://localhost:7687?user=neo4j&password=neo4j@openspg&database=neo4j
55+ cloudext.searchengine.url =neo4j://localhost:7687?user=neo4j&password=neo4j@openspg&database=neo4j
56+ cloudext.objectstorage.url =minio://localhost:9000?accessKey=minio&secretKey=minio@openspg
57+ cloudext.computingengine.url =aistudio://aistudio.alipay.com
5758builder.model.execute.num =5
5859
59- python.exec =/home/admin /miniconda3/bin/python
60- python.paths =/home/admin /miniconda3/lib/python3.10/site-packages/
60+ python.exec =/Users/shunyun /miniconda3/envs/kag/ bin/python3.10
61+ python.paths =/Users/shunyun /miniconda3/envs/kag/ lib/python3.10/site-packages
6162python.env =kag.
6263
6364# Scheduler
@@ -70,7 +71,4 @@ scheduler.execute.max.day=10
7071objectStorage.builder.bucketName =builder
7172objectStorage.upload.bucketName =upload
7273
73- yuque.api.url =https://www.yuque.com
74-
75- # Whitelist of paths for auto-login
76- noAuthCheckWhitelist =/*;/img/**;/v1/accounts/login;/public/**;/v1/datas/**;
74+ yuque.api.url =https://yuque-api.antfin-inc.com
0 commit comments