lamassu-server/lamassu-remote-install/default.sql
Davit Abulashvili e7bb29341d 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
2018-11-19 14:23:25 +01:00

40 lines
728 B
SQL

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"]\
}\
}\
}\
}
\.