github.com/symfony-cli/symfony-cli@v0.0.0-20240514161054-ece2df437dfa/envs/testdata/dedicated/relationships_with_read_replica.json (about) 1 { 2 "db": [ 3 { 4 "username": "mysql", 5 "scheme": "mysql", 6 "service": "db", 7 "fragment": null, 8 "ip": "169.254.193.18", 9 "hostname": "x2.db.service.._.platform.sh", 10 "port": 3306, 11 "cluster": "zz-master-7rqtwti", 12 "host": "db.internal", 13 "rel": "mysql", 14 "path": "main", 15 "query": { 16 "is_master": true 17 }, 18 "password": "xxx", 19 "type": "mariadb:10.6", 20 "public": false, 21 "host_mapped": false 22 } 23 ], 24 "dbread": [ 25 { 26 "username": "mysql", 27 "scheme": "mysql", 28 "service": "db", 29 "fragment": null, 30 "ip": "169.254.150.110", 31 "hostname": "x2.db.service.._.platform.sh", 32 "port": 3306, 33 "cluster": "zz-master-7rqtwti", 34 "host": "dbread.internal", 35 "rel": "mysql-replica", 36 "path": "main", 37 "query": { 38 "is_master": false 39 }, 40 "password": "xxx", 41 "type": "mariadb:10.6", 42 "public": false, 43 "host_mapped": false 44 } 45 ] 46 }