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