mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
208d8cebf9
Splits herm and the webterm interface out into their own directories for separate distribution. Webterm glob pending.
12 lines
216 B
Plaintext
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'
|
|
} */
|
|
};
|