22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"cloud": {
|
|
"serviceName": "BlogFileService",
|
|
"host": "localhost:8088",
|
|
"registerCenter": "localhost:6379",
|
|
"registerCenterDb": 0,
|
|
"heartbeat": 10
|
|
},
|
|
"session": {
|
|
"address": "localhost:6379",
|
|
"database": "0",
|
|
"prefix": "iris:session:",
|
|
"expires": 10
|
|
},
|
|
"sqlite": {
|
|
"path": "./db_blog_file.db"
|
|
},
|
|
"redis": {
|
|
"addr": "localhost:6379",
|
|
"db": 1
|
|
}
|
|
} |