blob: 8739ee2b77b5fb50989d7c883ef39cc4bde84189 [file] [log] [blame]
# Derived from $MOJO_DIR/mojoconfig.
{
'dev_servers': [
{
'host': 'https://mojo.v.io/',
'port': 31843,
'mappings': [
('', [
'@{BUILD_DIR}',
]),
],
},
{
'host': 'https://test.v.io/',
'port': 31844,
'mappings': [
('', [
'@{TEST_BUILD_DIR}',
]),
],
},
{
'host': 'https://dart.test.mojo.v.io/',
'port': 31845,
'mappings': [
('', [
'@{DISCOVERY_DIR}/test',
]),
],
},
],
}