Skip to content

Commit

Permalink
chore: local yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 28, 2024
1 parent dbea9ee commit 12dba04
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion main/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,21 @@ management:
prometheus:
metrics:
export:
enabled: true
enabled: true

custom:
paths:
eventApply: ${DEV_EVENT_APPLY_PATH}

sentry:
dsn: ${SENTRY_DSN}
environment: ${DEV_SENTRY_ENVIRONMENT}
servername: ${DEV_SENTRY_SERVERNAME}

logging:
slack:
webhook-uri: ${LOCAL_SENTRY_SLACK_WEBHOOK_URI}
config: classpath:logback-spring.xml
sentry:
repository-uri: ${LOCAL_SENTRY_REPOSITORY_URI}
environment: local

0 comments on commit 12dba04

Please sign in to comment.