diff --git a/dubhe-server/dubhe-admin/src/main/resources/config/application-dev.yml b/dubhe-server/dubhe-admin/src/main/resources/config/application-prod.yml similarity index 100% rename from dubhe-server/dubhe-admin/src/main/resources/config/application-dev.yml rename to dubhe-server/dubhe-admin/src/main/resources/config/application-prod.yml diff --git a/dubhe-server/dubhe-admin/src/main/resources/config/application.yml b/dubhe-server/dubhe-admin/src/main/resources/config/application.yml index 4e17d7f..94630c0 100644 --- a/dubhe-server/dubhe-admin/src/main/resources/config/application.yml +++ b/dubhe-server/dubhe-admin/src/main/resources/config/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: prod jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss diff --git a/dubhe-server/dubhe-task/src/main/resources/config/application-dev.yml b/dubhe-server/dubhe-task/src/main/resources/config/application-prod.yml similarity index 100% rename from dubhe-server/dubhe-task/src/main/resources/config/application-dev.yml rename to dubhe-server/dubhe-task/src/main/resources/config/application-prod.yml diff --git a/dubhe-server/dubhe-task/src/main/resources/config/application.yml b/dubhe-server/dubhe-task/src/main/resources/config/application.yml index 4e17d7f..94630c0 100644 --- a/dubhe-server/dubhe-task/src/main/resources/config/application.yml +++ b/dubhe-server/dubhe-task/src/main/resources/config/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: prod jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss