init
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
PORT=3000
|
||||
JWT_SECRET=change-me
|
||||
DATABASE_URL="file:../../data/prisma/app.db"
|
||||
DATA_DIR="./data"
|
||||
CLIENT_ORIGIN="http://localhost:5173"
|
||||
Reference in New Issue
Block a user