From f5501db19e72e8e51ec64751e98c4e976ab42673 Mon Sep 17 00:00:00 2001 From: xupei Date: Fri, 6 Jun 2025 09:56:02 +0800 Subject: [PATCH] =?UTF-8?q?TASK:=20=E6=8E=A5=E5=85=A5=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9api=20=E6=B7=BB=E5=8A=A0access=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 24a75294..bdac0944 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -138,4 +138,9 @@ spring.mail.default-encoding=UTF-8 #启用 SSL 加密 spring.mail.properties.mail.smtp.ssl.enable=true #指定 SSL 连接的端口号。通常与 spring.mail.port 一致 -spring.mail.properties.mail.smtp.socketFactory.port=465 \ No newline at end of file +spring.mail.properties.mail.smtp.socketFactory.port=465 + +ALIYUN_API_KEY=sk-dc3f88b7df844fc5a7d3616ebd8a589c +FREEPIK_API_KEY=FPSX94e5917d376a4facb87dabbaa0319c72 + +ollama.url=http://localhost:11434/api/chat \ No newline at end of file