forked from go-park-mail-ru/2021_2_MonKeys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.json
More file actions
47 lines (46 loc) · 1.15 KB
/
debug.json
File metadata and controls
47 lines (46 loc) · 1.15 KB
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
{
"log_level": "DEBUG",
"server": {
"host": "127.0.0.1",
"httpPort": ":8000",
"certFile": "api.ijia.me.crt",
"keyFile": "api.ijia.me.key"
},
"chat_server": {
"host": "127.0.0.1",
"httpPort": ":8001",
"certFile": "api.ijia.me.crt",
"keyFile": "api.ijia.me.key"
},
"auth_server": {
"host": "127.0.0.1",
"httpPort": ":8002",
"grpcUrl": ":8003",
"certFile": "api.ijia.me.crt",
"keyFile": "api.ijia.me.key"
},
"database": {
"host": "127.0.0.1",
"port": ":5432",
"user": "admin",
"pass": "lolkek",
"name": "drip"
},
"session": {
"host": "127.0.0.1",
"port": ":3301",
"user": "admin",
"pass": "pass",
"name": "drip"
},
"file_storage": {
"root_folder": "media",
"profile_photo_path": "profile_photos"
},
"payment": {
"currency": "RUB",
"return_url": "http://localhost/",
"yoo_kassa_url": "https://api.yookassa.ru/v3/payments",
"auth_token": "ODYyNTgxOnRlc3RfRk51empyZFBMdVo0MzhpMmd3WndkaVBTWkJJTTdJSTd5eXZWOHBKY2ZwWQ=="
}
}