We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ad435 commit 67653deCopy full SHA for 67653de
1 file changed
src/main/resources/application-demo.properties
@@ -28,3 +28,6 @@ app.jwt.secret=${JWT_SECRET:bG9jYWxEZXZTZWNyZXRLZXlUaGF0SXNBdExlYXN0MzJCeXRlc0xv
28
# Google OAuth2
29
spring.security.oauth2.client.registration.google.client-id=${GOOGLE_CLIENT_ID:local-client-id}
30
spring.security.oauth2.client.registration.google.client-secret=${GOOGLE_CLIENT_SECRET:local-client-secret}
31
+
32
+# Admin notifications (optional)
33
+app.admin-notification-email=${ADMIN_NOTIFICATION_EMAIL:}
0 commit comments