mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
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'
|
|
} */
|
|
};
|