mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-05 10:20:53 +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
|
|
}
|
|
}
|
|
}
|