-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.test.json
50 lines (50 loc) · 1.25 KB
/
config.test.json
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
40
41
42
43
44
45
46
47
48
49
50
{
"email": {
"apiKey": "placeholder",
"fromEmail": "[email protected]",
"fromName": "tester"
},
"rateLimiter": {
"burst": 0,
"refillRate": 0
},
"server": {
"adminConfig": [
{
"apiKey": "40084740-0bc3-455d-b298-e23a31561580",
"aud": "ad9e9d84-92ea-4f07-bac9-5d898d59c83b",
"uuid": "1e079d6d-a8b9-4065-aa8d-86906accd211",
"serviceAccountCreateArgs": {}
}
],
"baseURL": "http://localtest/api/v1/",
"iss": "testIssuer",
"jwks": {
"ignoreDefault": false
},
"relativeRedirectURL": "redirect",
"requestTimeout": "5s",
"requestMaxBodyBytes": 1048576,
"shutdownTimeout": "1s",
"validation": {
"linkLifespanDefault": "1h",
"maxLinkLifespan": "720h",
"maxJWTClaimsBytes": 4096,
"jwtLifespanDefault": "5m",
"maxJWTLifespan": "720h",
"serviceNameMinUTF8": 5,
"serviceNameMaxUTF8": 256
}
},
"storage": {
"aes256KeyBase64": "Teb2VZp1dKXJeaXgMCRyWniBFMF2/9WNBlNWSY15NdA=",
"dsn": "postgres://postgres:password@localhost:5432/magiclinksdev",
"health": "5s",
"initialTimeout": "10s",
"maxIdle": "4m",
"minConns": 2,
"plaintextClaims": false,
"plaintextJWK": false,
"semver": "v0.0.1"
}
}