You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
427 B
21 lines
427 B
mysql:
|
|
default:
|
|
host: "127.0.0.1"
|
|
port: 3306
|
|
database: "DouTok"
|
|
username: "root"
|
|
password: "root"
|
|
|
|
redis:
|
|
default:
|
|
host: "127.0.0.1"
|
|
port: 6379
|
|
password: "root"
|
|
db_list:
|
|
default: 0
|
|
feedlist: 1
|
|
feedmarkedtime: 2
|
|
favcache: 3
|
|
favcountcache: 4
|
|
message: 5
|
|
relation: 6
|
|
|