Skip to content

Commit 51888bb

Browse files
authored
chore: add a default value for security.sensible.secret
1 parent 211c083 commit 51888bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

timeless-api/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# application
2-
security.sensible.secret=${SECURITY_KEY}
2+
security.sensible.secret=${SECURITY_KEY:YS0xNi1ieXRlLXNlY3JldA==}
33
whatsapp.incoming-messages.queue-url=${INCOMING_MESSAGE_FIFO_URL}
44
whatsapp.messages-processed.queue-url=${MESSAGES_PROCESSED_FIFO_URL}
55

@@ -22,4 +22,4 @@ quarkus.langchain4j.openai.gpt-4-turbo.api-key=${OPENAI_API_KEY}
2222

2323
# quinoa (frontend)
2424
quarkus.quinoa.enable-spa-routing=true
25-
quarkus.quinoa.run-tests=false
25+
quarkus.quinoa.run-tests=false

0 commit comments

Comments
 (0)