This repository has been archived on 2026-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_2025/apps/server/.env.development

12 lines
170 B
Plaintext
Raw Normal View History

2025-04-27 20:47:47 +00:00
DB_HOST=localhost
DB_USER=rodax
DB_PASSWORD=rodax
DB_NAME=uecko_erp
DB_PORT=3306
PORT=3002
JWT_SECRET=supersecretkey
JWT_ACCESS_EXPIRATION=1h
JWT_REFRESH_EXPIRATION=7d