Skip to content

Commit 67653de

Browse files
committed
feat: update demo properties
1 parent 57ad435 commit 67653de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/resources/application-demo.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ app.jwt.secret=${JWT_SECRET:bG9jYWxEZXZTZWNyZXRLZXlUaGF0SXNBdExlYXN0MzJCeXRlc0xv
2828
# Google OAuth2
2929
spring.security.oauth2.client.registration.google.client-id=${GOOGLE_CLIENT_ID:local-client-id}
3030
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

Comments
 (0)