init
This commit is contained in:
commit
519b43e9f8
29 changed files with 1043 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
SQLITE_DB_PATH="./data"
|
||||
SQLITE_DB_NAME="db.sqlite3"
|
||||
|
||||
BEARER_TOKEN="REPLACE_ME"
|
||||
|
||||
PORT=3000
|
Loading…
Add table
Add a link
Reference in a new issue