diff --git a/gringotts-web/src/main/resources/application.yml b/gringotts-web/src/main/resources/application.yml index bd17b7d..fb7b5ee 100644 --- a/gringotts-web/src/main/resources/application.yml +++ b/gringotts-web/src/main/resources/application.yml @@ -32,6 +32,21 @@ logging: sdk: eventsub: EventSubscribeImp: error + +--- +spring: + config: + activate: + on-profile: macOS +gringotts: + upload: + upload-path: /Users/lanyuanxiaoyao/Project/IdeaProjects/gringotts/gringotts-web/target/upload + +--- +spring: + config: + activate: + on-profile: windows gringotts: upload: upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target \ No newline at end of file