Move lamassu-install files to this repo's lamassu-remote-install folder. (#214)
* copy lamassu-install files * Mention lamassu-install files in README.md * Mention lamassu-install files in README.md * Little change in lamassu-install files README.md * Fix raw file link error * install script accept branch name as argument * install script accept branch name as argument * Remove test.js file
This commit is contained in:
parent
860c2e0476
commit
e7bb29341d
5 changed files with 395 additions and 0 deletions
40
lamassu-remote-install/default.sql
Normal file
40
lamassu-remote-install/default.sql
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
COPY user_config (id, type, data) FROM stdin;
|
||||
1 exchanges {"exchanges" : {\
|
||||
"settings": {\
|
||||
"commission": 1.0,\
|
||||
"compliance": {\
|
||||
"maximum": {\
|
||||
"limit": null\
|
||||
}\
|
||||
}\
|
||||
},\
|
||||
"plugins" : {\
|
||||
"current": {\
|
||||
"ticker": "bitpay",\
|
||||
"transfer": "bitgo"\
|
||||
},\
|
||||
"settings": {\
|
||||
"bitpay": {},\
|
||||
"bitgo" : {}\
|
||||
}\
|
||||
}\
|
||||
}\
|
||||
}
|
||||
\.
|
||||
|
||||
COPY user_config (id, type, data) FROM stdin;
|
||||
2 unit { "brain": {\
|
||||
"unit": {\
|
||||
"ssn": "xx-1234-45",\
|
||||
"owner": "Unlisted"\
|
||||
},\
|
||||
"locale": {\
|
||||
"currency": "USD",\
|
||||
"localeInfo": {\
|
||||
"primaryLocale": "en-US",\
|
||||
"primaryLocales": ["en-US"]\
|
||||
}\
|
||||
}\
|
||||
}\
|
||||
}
|
||||
\.
|
||||
Loading…
Add table
Add a link
Reference in a new issue