kutia-software-company / express-typescript-starter

👍 Build APIs You Won't Hate In Node Js. ✍️ Developed by Gentrit Abazi.

Home Page:https://kutia-software-company.github.io/express-typescript-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Env for production

gentritabazi opened this issue · comments

# App
APP_PORT=

# DB
TYPEORM_ENTITIES=dist/api/models/**/*.js

# Path
TYPEORM_SEEDING_FACTORIES=dist/database/factories/*.js
TYPEORM_SEEDING_SEEDS=dist/database/seeds/*.js