From 2a699d38b55ffef386b66ba159c07dcabd9bc653 Mon Sep 17 00:00:00 2001 From: yaxin Date: Wed, 11 Dec 2024 16:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0DIFY=20API=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cc67bf9..0ad4095 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -96,5 +96,5 @@ xxl: dify: url: http://192.168.10.137/v1 - dataset-auth: Bearer dataset-PLOwR22cFObxN1AlGM0QdBXT - app-auth: Bearer app-pMR3NUdDtTAcCiyGcohIMjVi + dataset-auth: Bearer dataset-g3RctoaHdvXAAQjUVNMuUWCY + app-auth: Bearer app-YrNuU7Puxr3ko8ftUdWtDKhz diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a614e8d..2734541 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: test main: allow-bean-definition-overriding: true allow-circular-references: true