forked from Tuzi-tiktok/tuzi-tiktok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registry-test.yaml
39 lines (37 loc) · 935 Bytes
/
registry-test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
registry:
host: "100.93.41.99"
port: 18848
namespaceId: "c8bf818f-7660-4590-b763-157cffcd209b"
group: "DEFAULT_GROUP"
dataId: "bootstrap.yml"
log:
level: "Debug"
development: false
# console | json
encoding: "console"
database:
# DSN 优先生效 (如果存在)
dsn: root:admin@(100.93.41.99:13306)/tuzi_tiktok?charset=utf8mb4&parseTime=True&loc=Local
username: root
password: admin
host: 127.0.0.1
port: 13306
databaseName: tuzi_tiktok
timeout: 2000
oss:
minio:
externalURL: "http://100.93.41.99:19090"
endpoint: "100.93.41.99:19090"
bucket: tiktok
accessKey: minio
secretKey: minioadmin
redis:
addr: "100.93.41.99:6379"
password: ""
db: 0
secret:
JWTPublicKey: |-
-----BEGIN EC PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEB5RL++OQZiutQsytDuw/c7xhSpH1
pGbnRJswMRecPsAl+A7Qu7rFx3oUSGdGjelZAmOf966WB4pU9eiLXIAu8Q==
-----END EC PUBLIC KEY-----