mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"hosts": {
|
|
"database": {
|
|
"address": "10.0.0.1",
|
|
"port": 3306
|
|
},
|
|
"cache": {
|
|
"address": "10.0.0.2",
|
|
"port": 6379
|
|
}
|
|
}
|
|
}
|