1
0
forked from noxious/server

my 13th reason

This commit is contained in:
2024-05-28 21:54:34 +02:00
parent 4157ff5b5c
commit 80ec470fd4
30 changed files with 283 additions and 70 deletions

View File

@ -1,4 +1,5 @@
# Server configuration
ENV=development
PORT=4000
DATABASE_URL="mysql://root@localhost:3306/nq"
DATABASE_URL="mysql://root@localhost:3306/nq"
JWT_SECRET="secret"