This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
Watch
2
Star
0
Fork
You've already forked embark-area-51
0
Code
Issues
Projects
Releases
Wiki
Activity
9c8ca846cc
embark-area-51
/
boilerplate
/
config
/
communication.json
8 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
read storage and communication config files; use & initialize storage depending on config
2017-02-10 12:44:06 +00:00
{
"default"
:
{
add missing enable options to boilerplate configs; add communication initializer
2017-02-20 21:29:59 +00:00
"enabled"
:
true
,
add config to specify available providers for each component
2017-03-01 02:43:03 +00:00
"provider"
:
"whisper"
,
"available_providers"
:
[
"whisper"
,
"orbit"
]
read storage and communication config files; use & initialize storage depending on config
2017-02-10 12:44:06 +00:00
}
}