5 lines
97 B
Bash
5 lines
97 B
Bash
PORT=3000
|
|
|
|
DATABASE_URL="mysql://root:password@localhost/openplace"
|
|
JWT_SECRET="your-secret-key"
|