mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 20:18:22 +00:00
13 lines
204 B
JavaScript
13 lines
204 B
JavaScript
|
module.exports = {
|
||
|
default: {
|
||
|
enabled: true,
|
||
|
provider: "whisper",
|
||
|
available_providers: ["whisper"],
|
||
|
connection: {
|
||
|
host: "localhost",
|
||
|
port: 8546,
|
||
|
type: "ws"
|
||
|
}
|
||
|
}
|
||
|
}
|