21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"cloud": {
|
|
"serviceName": "BlogFileService",
|
|
"registerCenter": "localhost:6379",
|
|
"address": "localhost:8081",
|
|
"db": "0"
|
|
},
|
|
"session": {
|
|
"address": "localhost:6379",
|
|
"database": "0",
|
|
"prefix": "iris:session:",
|
|
"timeout": 10
|
|
},
|
|
"sqlite": {
|
|
"path": "./db_blog_file.db"
|
|
},
|
|
"redis": {
|
|
"addr": "localhost:6379",
|
|
"db": 0
|
|
}
|
|
} |