mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:28:12 +00:00
(improvement)(config) Change application-local.yaml to application-prd.yaml. (#1283)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: prd
|
||||
application:
|
||||
name: chat
|
||||
config:
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
package com.tencent.supersonic;
|
||||
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.ActiveProfiles;
|
||||
|
||||
@SpringBootTest(classes = {StandaloneLauncher.class})
|
||||
@ActiveProfiles("local")
|
||||
public class BaseApplication {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: prd
|
||||
application:
|
||||
name: chat
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user