This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
61a893da94
embark
/
test_app
/
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"
:
{
generate final embarkjs file depending on components enabled
2017-03-01 02:26:15 +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
}
}