diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 55844a3..af82cdd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,5 +4,10 @@ management.zipkin.tracing.endpoint=${ZIPKIN_ENDPOINT:http://localhost:9411/api/v spring.mvc.problemdetails.enabled=true +spring.data.redis.host=${REDIS_HOST:localhost} +spring.data.redis.port=${REDIS_PORT:6379} +spring.data.redis.username=${REDIS_USERNAME:} +spring.data.redis.password=${REDIS_PASSWORD:} + #youtube.channel.id=${CHANNEL_ID:REPLACE_WITH_YOUR_CHANNEL_ID} #youtube.listener.url=${LISTENER_URL:REPLACE_WITH_YOUR_URL} \ No newline at end of file