server/.env.example
2024-05-28 21:54:34 +02:00

5 lines
114 B
Plaintext

# Server configuration
ENV=development
PORT=4000
DATABASE_URL="mysql://root@localhost:3306/nq"
JWT_SECRET="secret"