-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
40 lines (39 loc) · 791 Bytes
/
config.py
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
class Config(object):
phoenix_server_url = "http://10.10.10.168:8765"
redis_client_url = [
"http://127.0.0.1:8000/api/getredis/",
"http://127.0.0.1:8000/api/getredis/",
"http://127.0.0.1:8000/api/getredis/"
]
redis_nodes = [
{
'host': '',
'port':
},
{
'host': '',
'port':
},
{
'host': '',
'port':
},
{
'host': '',
'port':
},
{
'host': '',
'port':
},
{
'host': '',
'port':
},
]
mysql_ip = ""
mysql_username = ""
mysql_password = ""
mysql_dbname = ""
def setting(self):
pass