[api] swagger 셋팅중
- swagger login 처리
This commit is contained in:
@@ -12,6 +12,16 @@ spring:
|
||||
logging:
|
||||
config: classpath:logback-pjt.xml
|
||||
|
||||
jwt:
|
||||
secret: ${JWT_SECRET}
|
||||
access-token-validity-seconds: 3600
|
||||
refresh-token-validity-seconds: 2592000
|
||||
|
||||
swagger:
|
||||
login:
|
||||
id: ${SWAGGER_ID}
|
||||
password: ${SWAGGER_PASSWORD}
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user