saveinmed/backoffice/.env.example

5 lines
148 B
Text

DATABASE_URL=postgresql://user:password@host:port/dbname?schema=public
JWT_SECRET=dev-secret
PORT=3000
API_URL=http://localhost:3000
CORS_ORIGINS=*