Skip to content

Commit

Permalink
fix(setenv.ts): implement dynamic port and IP address based on env var
Browse files Browse the repository at this point in the history
fix #567
  • Loading branch information
alejandrosaenz117 committed Jan 27, 2021
1 parent af24f8f commit f52e696
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 1,608 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Dockerfile
CHANGELOG.md
# Ignore all HTML files:
*.html
*.sass
*.sass
.gitignore
frontend/.gitignore
2 changes: 2 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/src/environments
Loading

0 comments on commit f52e696

Please sign in to comment.