urbit/pkg/interface/config/urbitrc-sample
2021-03-04 12:25:00 -05:00

12 lines
216 B
Plaintext

module.exports = {
URBIT_PIERS: [
"/Users/user/ships/zod/home",
],
herb: false,
URL: 'http://localhost:80',
/* FLEET: {
'zod': "http://localhost:8080',
'bus': 'http://localhost:8081'
} */
};