Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Mar 23, 2021
0 parents commit eaec01e
Show file tree
Hide file tree
Showing 3,784 changed files with 1,439,926 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file not shown.
5 changes: 5 additions & 0 deletions AUX-PROJECTS/amusement-park-tracker-solution/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PORT=8080
DB_USERNAME=amusement_park_tracker_app
DB_PASSWORD=password
DB_DATABASE=amusement_park_tracker
DB_HOST=localhost
7 changes: 7 additions & 0 deletions AUX-PROJECTS/amusement-park-tracker-solution/.env.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NODE_ENV=test
PORT=8081
DB_USERNAME=amusement_park_tracker_app
DB_PASSWORD=password
DB_DATABASE=amusement_park_tracker
DB_HOST=localhost
DB_CONN=sqlite::memory
Loading

0 comments on commit eaec01e

Please sign in to comment.