From 4df783398923ca5ad6bee7c70ff776d8d8488b91 Mon Sep 17 00:00:00 2001 From: Maryna Date: Mon, 9 Dec 2024 11:37:00 +0200 Subject: [PATCH] Hotfix property files --- core/src/main/resources/application-dev.properties | 2 +- core/src/main/resources/application-docker.properties | 2 +- core/src/main/resources/application-test.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/application-dev.properties b/core/src/main/resources/application-dev.properties index 71de99efe..0665d7452 100644 --- a/core/src/main/resources/application-dev.properties +++ b/core/src/main/resources/application-dev.properties @@ -67,4 +67,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file diff --git a/core/src/main/resources/application-docker.properties b/core/src/main/resources/application-docker.properties index ca93affd1..5528b5285 100644 --- a/core/src/main/resources/application-docker.properties +++ b/core/src/main/resources/application-docker.properties @@ -65,4 +65,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file diff --git a/core/src/main/resources/application-test.properties b/core/src/main/resources/application-test.properties index ef2a6f6e2..838985cdc 100644 --- a/core/src/main/resources/application-test.properties +++ b/core/src/main/resources/application-test.properties @@ -33,4 +33,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file