4 lines
133 B
Text
4 lines
133 B
Text
DATABASE_URL=postgresql://user:password@host:port/dbname?schema=public
|
|
JWT_SECRET=secret-key
|
|
PORT=3000
|
|
API_URL=http://localhost:3000
|