Files
my_openplace/.env.example
T
Toby Kohlhagen b95af1940c first commit
2025-10-01 13:56:21 +09:30

5 lines
97 B
Bash

PORT=3000
DATABASE_URL="mysql://root:password@localhost/openplace"
JWT_SECRET="your-secret-key"