This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ twitch.api.app-client-secret=${TWITCH_APP_CLIENT_SECRET}
2323# Feign clients config
2424funixproductions.api.encryption.app-domain-url =http://encryption
2525funixproductions.api.user.app-domain-url =http://user
26+ funixproductions.api.twitch.eventsub.app-domain-url =http://twitch-eventsub
2627
2728# Health check
2829management.endpoints.web.exposure.include =health
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ spring.jpa.hibernate.ddl-auto=create
1111
1212# Feign clients config
1313funixproductions.api.encryption.app-domain-url =http://encryption
14- funixproductions.api.user.app-domain-url =http://user
14+ funixproductions.api.user.app-domain-url =http://user
15+ funixproductions.api.twitch.eventsub.app-domain-url =http://twitch-eventsub
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ twitch.eventsub.hmac-secret-key=${TWITCH_EVENTSUB_HMAC_SECRET_KEY}
2929funixproductions.api.user.app-domain-url =http://user
3030funixproductions.api.twitch.auth.app-domain-url =http://twitch-auth
3131funixproductions.api.twitch.reference.app-domain-url =http://twitch-reference
32- funixproductions.api.twitch.eventsub.app-domain-url =http://twitch-eventsub
3332
3433
3534# Sentry config
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ spring.jpa.hibernate.ddl-auto=create
1313funixproductions.api.user.app-domain-url =http://user
1414funixproductions.api.twitch.auth.app-domain-url =http://twitch-auth
1515funixproductions.api.twitch.reference.app-domain-url =http://twitch-reference
16- funixproductions.api.twitch.eventsub.app-domain-url =http://twitch-eventsub
1716
1817# TwitchApi config
1918twitch.api.app-client-id =clientId
You can’t perform that action at this time.
0 commit comments