mirror of
https://github.com/sudomesh/disaster-radio.git
synced 2026-02-20 02:01:18 +01:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
|
|
module.exports = {
|
|
|
|
port: 8000, // simulator webserver port
|
|
hostname: 'localhost' // simulator webserver hostname
|
|
|
|
};
|