Skip to content

Commit

Permalink
feat: use env for PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalamando committed Nov 11, 2021
1 parent bee5015 commit 1b23075
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ TYPEORM_DATABASE = digits
TYPEORM_PORT = 5432
TYPEORM_SYNCHRONIZE = true
TYPEORM_LOGGING = true
TYPEORM_ENTITIES = src/entity/*.ts
TYPEORM_ENTITIES = src/entity/*.ts
PORT = 3000
Loading

0 comments on commit 1b23075

Please sign in to comment.