Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jhao104/proxy_pool into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 committed Jul 19, 2019
2 parents ba5d770 + d1dcb9e commit cd9c9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DATABASES = {
"default": {
"TYPE": "SSDB", # 如果使用SSDB或redis数据库,均配置为SSDB
"HOST": "127.0.0.1", # db host
"PORT": 8888, # db port
"PORT": 8888, # db port,例如SSDB通常使用8888,redis通常默认使用6379
"NAME": "proxy", # 默认配置
"PASSWORD": "" # db password

Expand Down

0 comments on commit cd9c9c3

Please sign in to comment.