We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85b892 commit 7109bedCopy full SHA for 7109bed
backend/src/main/resources/application.yml
@@ -2,6 +2,9 @@
2
spring:
3
application:
4
name: RapidDataChat-backend
5
+ web:
6
+ resources:
7
+ static-locations: file:/app/public/ # 实际前后端分离的话需要去掉这个配置
8
9
datasource:
10
url: jdbc:postgresql://pgvector:5432/RapidDataChat_db
0 commit comments