Skip to content

Commit

Permalink
Fix default WEBHOOK_URL value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso committed Apr 2, 2024
1 parent ce3eb3c commit eb97f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zunivers:
apiBaseUrl: ${API_BASE_URL:zunivers-api.zerator.com}
frontBaseUrl: ${FRONT_BASE_URL:zunivers.zerator.com}

webhookUrl: ${WEBHOOK_URL} #Use your own
webhookUrl: ${WEBHOOK_URL:} #Use your own

logging:
level:
Expand Down

0 comments on commit eb97f5c

Please sign in to comment.