We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51888bb commit 9794da8Copy full SHA for 9794da8
1 file changed
timeless-api/src/main/resources/application.properties
@@ -1,5 +1,7 @@
1
# application
2
-security.sensible.secret=${SECURITY_KEY:YS0xNi1ieXRlLXNlY3JldA==}
+security.sensible.secret=${SECURITY_KEY}
3
+%dev.security.sensible.secret=YS0xNi1ieXRlLXNlY3JldA==
4
+
5
whatsapp.incoming-messages.queue-url=${INCOMING_MESSAGE_FIFO_URL}
6
whatsapp.messages-processed.queue-url=${MESSAGES_PROCESSED_FIFO_URL}
7
0 commit comments