saveinmed/backoffice/.env.example
2025-12-18 08:13:19 -03:00

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