File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 11custom:
2- secret:
3- spring:
4- data:
5- redis:
6- password: NEED_TO_INPUT
7- key: NEED_TO_INPUT
2+ key: NEED_TO_INPUT
83spring:
94 security:
105 oauth2:
116 client:
127 registration:
138 github:
14- client-id:
15- client-secret:
9+ client-id: NEED_TO_INPUT
10+ client-secret: NEED_TO_INPUT
1611 scope:
1712 - user:email
1813 - read:user
14+
15+ redis:
16+ host: NEED_TO_INPUT
17+ port: NEED_TO_INPUT
18+ password: NEED_TO_INPUT
19+
20+ redisson:
21+ singleServerConfig:
22+ address: NEED_TO_INPUT
23+ password: NEED_TO_INPUT
24+ connectionPoolSize: 64 # ์ปค๋ฅ์
ํ ํฌ๊ธฐ
25+ connectionMinimumIdleSize: 24 # ์ต์ ์ ํด ์ปค๋ฅ์
์
26+ retryInterval: 1500 # ์ฌ์๋ ๊ฐ๊ฒฉ (๋ฐ๋ฆฌ์ด ๋จ์)
27+ retryAttempts: 3 # ์ฌ์๋ ํ์
1928aws:
20- access-key-id:
21- secret-access-key:
29+ access-key-id: NEED_TO_INPUT
30+ secret-access-key: NEED_TO_INPUT
2231
2332github:
24- token:
33+ token: NEED_TO_INPUT
You canโt perform that action at this time.
0 commit comments