mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-18 09:35:44 +00:00
Generate code with openapi-generator (#5)
This commit is contained in:
parent
1a8ffe89bc
commit
be21a2496e
67 changed files with 8992 additions and 3492 deletions
12
.env.example
12
.env.example
|
|
@ -1,7 +1,5 @@
|
|||
NODE_ENV=development
|
||||
TRIBUFU_API_KEY=
|
||||
TRIBUFU_API_URL=
|
||||
TRIBUFU_BOT_TOKEN=
|
||||
TRIBUFU_CLIENT_ID=
|
||||
TRIBUFU_CLIENT_SECRET=
|
||||
TRIBUFU_SERVER_ID=
|
||||
NODE_ENV="development"
|
||||
TRIBUFU_API_KEY=""
|
||||
TRIBUFU_API_URL="https://api.tribufu.com"
|
||||
TRIBUFU_CLIENT_ID=""
|
||||
TRIBUFU_CLIENT_SECRET=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue