Commit 2174a9b2 by 涂亚平

oss

1 parent 80630d31
...@@ -50,7 +50,8 @@ public class OssController { ...@@ -50,7 +50,8 @@ public class OssController {
if (env.equals("test")) { if (env.equals("test")) {
env = "ykhl-bigger-test"; env = "ykhl-bigger-test";
} else { }
if (env.equals("prod")) {
env = "ykhl-bigger"; env = "ykhl-bigger";
} }
......
# 环境配置 # 环境配置
spring.profiles.active=prod spring.profiles.active=dev
#和CPU数 #和CPU数
spring.server.acceptorThreadCount=600 spring.server.acceptorThreadCount=600
spring.server.minSpareThreads=100 spring.server.minSpareThreads=100
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!