File tree 1 file changed +20
-11
lines changed
1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 1
1
custom:
2
- secret:
3
- spring:
4
- data:
5
- redis:
6
- password: NEED_TO_INPUT
7
- key: NEED_TO_INPUT
2
+ key: NEED_TO_INPUT
8
3
spring:
9
4
security:
10
5
oauth2:
11
6
client:
12
7
registration:
13
8
github:
14
- client-id:
15
- client-secret:
9
+ client-id: NEED_TO_INPUT
10
+ client-secret: NEED_TO_INPUT
16
11
scope:
17
12
- user:email
18
13
- 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 # ์ฌ์๋ ํ์
19
28
aws:
20
- access-key-id:
21
- secret-access-key:
29
+ access-key-id: NEED_TO_INPUT
30
+ secret-access-key: NEED_TO_INPUT
22
31
23
32
github:
24
- token:
33
+ token: NEED_TO_INPUT
You canโt perform that action at this time.
0 commit comments