-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-creds.json
53 lines (53 loc) · 1.26 KB
/
sample-creds.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
51
52
53
{
"local": {
"mailgun": {
"endpoint": "https://api.mailgun.net/v3/not/real",
"auth": {
"login": "api",
"password": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-yyyyyyyy-zzzzzzzz"
}
},
"aerospike": {
"hosts": [
[
"127.0.0.1",
4000
]
],
"policies": {
"timeout": 1000
}
},
"creator_access_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"creator_refresh_token": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy",
"b2": {
"bucket_name": "kheina-content",
"api_url": "localhost:9000",
"key_id": "QP44VmUpmRaXmtMJeen8",
"key": "kw7vBGROerYZjIb7i05SrAIrYV18Xn43ijIahWrY",
"key_name": "localhost-minio-key"
},
"db": {
"user": "kheina",
"password": "password",
"host": "127.0.0.1",
"port": "5432",
"dbname": "kheina"
},
"argon2": {
"time_cost": 12,
"memory_cost": 2048,
"parallelism": 2,
"hash_len": 32,
"salt_len": 32
},
"secrets": [
"475f5a2d92f72a1c1256d89c6e85ee8aa27875fd23f5b0869e",
"9055e3f449cad5ae4a410b061a030171a29ef86be9d5a9c501",
"3732e14f1d92c7cf50579d3574d13658ac0ce56fce5b3c14ab",
"19c5d41dbd0d25eda35f1fcc21b858ec5a0c8f2f671d95591a",
"77ec210173a911415b5edc0a976bdf990ab003b81593e326f2"
],
"ip_salt": "570e755552e4ef95f7ee5ce9ad0ff4e38a64b858"
}
}