Skip to content

Commit

Permalink
feat :: add redis env
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Feb 3, 2024
1 parent 48287e7 commit be8bc13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ spring:
username: ${DB_USER}
password: ${DB_PASSWORD}
url: ${DB_URL}
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
database: 1
jackson:
property-naming-strategy: SNAKE_CASE
properties:
Expand Down

0 comments on commit be8bc13

Please sign in to comment.