Skip to content

Commit

Permalink
Hotfix property files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maryna-511750 committed Dec 9, 2024
1 parent e6e5054 commit 4df7833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
openai.api.url=https://api.openai.com/v1/chat/completions
2 changes: 1 addition & 1 deletion core/src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
openai.api.url=https://api.openai.com/v1/chat/completions
2 changes: 1 addition & 1 deletion core/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
openai.api.url=https://api.openai.com/v1/chat/completions

0 comments on commit 4df7833

Please sign in to comment.