Skip to content

Commit

Permalink
Fixed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Maryna-511750 committed Dec 10, 2024
1 parent 8557df1 commit b748bbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ azure.container.name=${AZURE_CONTAINER_NAME}
pg.dump.path=pg_dump

# Cron
cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT}
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

0 comments on commit b748bbe

Please sign in to comment.