Skip to content

Commit

Permalink
Merge pull request #8 from deanblackborough/main
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
deanblackborough authored Jul 3, 2023
2 parents cb97429 + 13bbfe8 commit ce653ea
Show file tree
Hide file tree
Showing 7 changed files with 991 additions and 608 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ APP_CACHE=false
API_URL=https://api.costs-to-expect.com
API_URL_DEV=http://costs.api.app

ITEM_TYPE_ID=
ITEM_SUBTYPE_ID=
ITEM_TYPE_ID=2AP1axw6L7
ITEM_SUBTYPE_ID=OZYlY5lbPJ

ERROR_EMAIL=

Expand Down Expand Up @@ -70,4 +70,4 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

COMPOSE_PROJECT_NAME="Yatzy Game Scorer"
COMPOSE_PROJECT_NAME="yatzygamescorer"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ yarn-error.log
.idea
.docker/mysql/data
public/node_modules
public/yarn.lock
public/.yarn
public/.yarnrc.yml
Loading

0 comments on commit ce653ea

Please sign in to comment.