urbit/pkg/interface/config/urbitrc-sample

12 lines
216 B
Plaintext
Raw Normal View History

module.exports = {
URBIT_PIERS: [
2019-07-23 22:59:01 +03:00
"/Users/user/ships/zod/home",
],
2020-07-15 08:15:41 +03:00
herb: false,
2020-10-13 08:04:46 +03:00
URL: 'http://localhost:80',
/* FLEET: {
'zod': "http://localhost:8080',
'bus': 'http://localhost:8081'
} */
};