Skip to content

Commit 3d40ab3

Browse files
committed
CLAP-236 Add: 로깅시 로그아웃 상태 추가
1 parent fe19fc1 commit 3d40ab3

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE api_log
2+
MODIFY COLUMN log_status ENUM('LOGIN', 'LOGOUT', 'REQUEST_CREATED', 'REQUEST_UPDATED', 'REQUEST_CANCELLED',
3+
'REQUEST_APPROVED', 'ASSIGNER_CHANGED', 'COMMENT_ADDED',
4+
'COMMENT_UPDATED', 'STATUS_CHANGED', 'TASK_VIEWED') NOT NULL;

src/test/resources/application.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,19 @@ password:
6060
length: 12
6161
characters: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+
6262

63+
cloud:
64+
kakao:
65+
project-id: 34481374c1ee4bbb8745df43e4c13fff
66+
region: kr-central-2
67+
object-storage:
68+
endpoint: https://objectstorage.kr-central-2.kakaocloud.com
69+
access-key: 253474a41cb447f4ad3c38e0ed9963c4
70+
secret-key: 74861656e46845488ec4357f155fa3ed
71+
bucket-name: taskflow
72+
73+
webhook:
74+
kakaowork:
75+
url: https://api.kakaowork.com/v1/messages.send_by_email
76+
auth: Bearer 1b01becc.a7f10da76d2e4038948771107cfe5c1d
77+
agit:
78+
url: https://agit.io/webhook/a342181d-fb18-4eb0-a99a-30f4fb5b14b1

0 commit comments

Comments
 (0)