You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
454 B
35 lines
454 B
2 months ago
|
Global:
|
||
|
Source: "config(local)"
|
||
|
ChangeMe: "v1"
|
||
|
|
||
|
JWT:
|
||
|
signingKey: "signingKey"
|
||
|
|
||
|
Etcd:
|
||
|
Address: "localhost"
|
||
|
Port: 2379
|
||
|
|
||
|
Server:
|
||
|
Name: "DouTokUserServer"
|
||
|
Address: "127.0.0.1"
|
||
|
Port: 8099
|
||
|
Argon2ID:
|
||
|
Memory: 64*1024
|
||
|
Iterations: 3
|
||
|
Parallelism: 2
|
||
|
SaltLength: 16
|
||
|
keyLength: 32
|
||
|
|
||
|
Client:
|
||
|
Echo: true
|
||
|
Foo: "bar"
|
||
|
Servers:
|
||
|
- "127.0.0.1"
|
||
|
- "192.168.1.1"
|
||
|
|
||
|
Snowflake:
|
||
|
Node: 40
|
||
|
|
||
|
Otel:
|
||
|
Host: "82.156.171.8"
|
||
|
Port: 4317
|