dev #3

Merged
aboutrax merged 20 commits from dev into main 2025-12-24 15:05:02 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit dbdfea671e - Show all commits

View File

@@ -21,4 +21,7 @@ public class InfisicalProperties {
@NotBlank(message = "Infisical client secret is required") @NotBlank(message = "Infisical client secret is required")
private String clientSecret; private String clientSecret;
@NotBlank(message = "Infisical webhook secret is required")
private String webhookSecret;
} }

View File

@@ -6,6 +6,7 @@ infisical:
api-url: ${INFISICAL_API_URL} api-url: ${INFISICAL_API_URL}
client-id: ${INFISICAL_CLIENT_ID} client-id: ${INFISICAL_CLIENT_ID}
client-secret: ${INFISICAL_CLIENT_SECRET} client-secret: ${INFISICAL_CLIENT_SECRET}
webhook-secret: ${INFISICAL_WEBHOOK_SECRET}
dokploy: dokploy:
api-url: ${DOKPLOY_API_URL} api-url: ${DOKPLOY_API_URL}