|
@ -4,7 +4,7 @@ server: |
|
|
# 多环境配置 |
|
|
# 多环境配置 |
|
|
spring: |
|
|
spring: |
|
|
profiles: |
|
|
profiles: |
|
|
active: prod |
|
|
|
|
|
|
|
|
active: dev |
|
|
|
|
|
|
|
|
application: |
|
|
application: |
|
|
name: server |
|
|
name: server |
|
@ -93,6 +93,8 @@ config: |
|
|
server-url: https://server.websoft.top/api |
|
|
server-url: https://server.websoft.top/api |
|
|
# 文件服务器 |
|
|
# 文件服务器 |
|
|
file-server: https://file.wsdns.cn |
|
|
file-server: https://file.wsdns.cn |
|
|
|
|
|
# 其他 |
|
|
|
|
|
api-url: https://server.websoft.top/api |
|
|
upload-path: /Users/gxwebsoft/Documents/uploads/ |
|
|
upload-path: /Users/gxwebsoft/Documents/uploads/ |
|
|
local-upload-path: /Users/gxwebsoft/Documents/uploads/ |
|
|
local-upload-path: /Users/gxwebsoft/Documents/uploads/ |
|
|
|
|
|
|
|
|