mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-12 20:39:09 +00:00
fix redis config
This commit is contained in:
@@ -26,7 +26,7 @@ public class Member {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@Column(name = "member_id")
|
||||
@Column(name = "id")
|
||||
private Long id;
|
||||
|
||||
@Column(name = "user_id", nullable = false, unique = true, length = 50)
|
||||
|
||||
@@ -20,7 +20,7 @@ spring:
|
||||
data:
|
||||
redis:
|
||||
host: ${REDIS_HOST:localhost}
|
||||
port: ${REDIS_PORT:6379}
|
||||
port: ${REDIS_PORT:6380}
|
||||
password: ${REDIS_PASSWORD:}
|
||||
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user