mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Scaffold LogicSRC and CommandBoard plugins
This commit is contained in:
parent
59927e140c
commit
5c9ea821f6
67 changed files with 5958 additions and 0 deletions
17
.env.example
Normal file
17
.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
COMMANDBOARD_API_URL=http://localhost:4010
|
||||
COMMANDBOARD_TOKEN=
|
||||
COMMANDBOARD_DID=
|
||||
COMMANDBOARD_AGENT_KEY=
|
||||
LOGICSRC_SCHEMA_VERSION=0.1
|
||||
|
||||
COINPAY_API_URL=
|
||||
COINPAY_API_KEY=
|
||||
COINPAY_WEBHOOK_SECRET=
|
||||
|
||||
UGIG_API_URL=
|
||||
UGIG_API_KEY=
|
||||
UGIG_WEBHOOK_SECRET=
|
||||
|
||||
SH1PT_API_URL=
|
||||
SH1PT_API_KEY=
|
||||
SH1PT_WEBHOOK_SECRET=
|
||||
Loading…
Add table
Add a link
Reference in a new issue