Refactor for using koa and dicebear
This commit is contained in:
parent
41f480e2a6
commit
1840e5a786
17 changed files with 976 additions and 1129 deletions
8
.env.example
Normal file
8
.env.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
# General Config
|
||||
NODE_ENV="development"
|
||||
|
||||
# Server Config
|
||||
HOST="0.0.0.0"
|
||||
PORT=3001
|
||||
API_VERSION=1
|
||||
ALLOWED_ORIGINS="http://localhost:3000,https://jusemon.com"
|
Loading…
Add table
Add a link
Reference in a new issue