Skip to content

Commit 40f3d13

Browse files
authored
Merge pull request #135 from CommitField/dev
merge
2 parents e0a58fb + a910ca7 commit 40f3d13

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
custom:
2-
secret:
3-
spring:
4-
data:
5-
redis:
6-
password: NEED_TO_INPUT
7-
key: NEED_TO_INPUT
2+
key: NEED_TO_INPUT
83
spring:
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 # ์žฌ์‹œ๋„ ํšŸ์ˆ˜
1928
aws:
20-
access-key-id:
21-
secret-access-key:
29+
access-key-id: NEED_TO_INPUT
30+
secret-access-key: NEED_TO_INPUT
2231

2332
github:
24-
token:
33+
token: NEED_TO_INPUT

0 commit comments

Comments
ย (0)