Skip to content

Commit 9794da8

Browse files
authored
chore: update security secret configuration for dev environment
1 parent 51888bb commit 9794da8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# application
2-
security.sensible.secret=${SECURITY_KEY:YS0xNi1ieXRlLXNlY3JldA==}
2+
security.sensible.secret=${SECURITY_KEY}
3+
%dev.security.sensible.secret=YS0xNi1ieXRlLXNlY3JldA==
4+
35
whatsapp.incoming-messages.queue-url=${INCOMING_MESSAGE_FIFO_URL}
46
whatsapp.messages-processed.queue-url=${MESSAGES_PROCESSED_FIFO_URL}
57

0 commit comments

Comments
 (0)