From d59a69e6f499ba3ce6bd89edfad986e915614704 Mon Sep 17 00:00:00 2001 From: xupei Date: Fri, 19 Sep 2025 14:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2dev=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=9A=84=E8=B0=B7=E6=AD=8C=E7=99=BB=E5=BD=95=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index dabc7933..8285dc8f 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -151,6 +151,8 @@ FREEPIK_API_KEY=FPSX94e5917d376a4facb87dabbaa0319c72 ollama.url=http://localhost:11434/api/chat -google.client.id=29310152396-c44dcsoksjirhn7vbo29p8u8n0sg4qps.apps.googleusercontent.com -google.client.secret=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 +#google.client.id=29310152396-c44dcsoksjirhn7vbo29p8u8n0sg4qps.apps.googleusercontent.com +google.client.id=157095842121-kdd1fdf8m8nudvj9sprstb2k2prnf9e4.apps.googleusercontent.com +#google.client.secret=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 +google.client.secret=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 google.redirect.uri=https://develop.api.aida.com.hk/api/third/party/auth/google_callback \ No newline at end of file