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 9, 2024
1 parent 55132b3 commit e6e5054
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion core/src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,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
6 changes: 5 additions & 1 deletion core/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ azure.container.name=test
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 e6e5054

Please sign in to comment.