blob: 1240d0c1e415fa381166323813e33630d4fbef47 [file] [log] [blame]
# Derived from $MOJO_DIR/mojoconfig.
{
'dev_servers': [
{
'host': 'https://mojo.v.io/',
'port': 32000,
'mappings': [
('', [
'@{DISCOVERY_BUILD_DIR}',
]),
],
},
{
'host': 'https://dart.test.mojo.v.io/',
'port': 32001,
'mappings': [
('', [
'@{DISCOVERY_DIR}/test',
]),
],
},
],
}