Skip to content

Commit

Permalink
feat: added support for Mauga (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop authored Nov 4, 2023
1 parent e806554 commit eac6127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
### Install

- Clone the project
- Rename `.env.example` into `.env`, and edit the configuration in order to match your needs
- Rename `.env.dist` into `.env`, and edit the configuration in order to match your needs
- Run `poetry install` to install all the dependencies (+ dev dependencies)

### Launch
Expand All @@ -49,7 +49,7 @@ uvicorn app.main:app --reload

## 🐋 Docker

First, you need to create a dotenv file (`.env`) from the `.env.example` file. You'll need to modify it depending on your needs in order to configure the volumes used by OverFast API. You'll have to check
First, you need to create a dotenv file (`.env`) from the `.env.dist` file. You'll need to modify it depending on your needs in order to configure the volumes used by OverFast API. You'll have to check
some settings and create the app volume folder.

### Generic settings
Expand Down
1 change: 1 addition & 0 deletions app/data/heroes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ junkrat,Junkrat,damage,200,0,0
kiriko,Kiriko,support,200,0,0
lifeweaver,Lifeweaver,support,175,0,50
lucio,Lúcio,support,200,0,0
mauga,Mauga,tank,500,0,0
mei,Mei,damage,250,0,0
mercy,Mercy,support,200,0,0
moira,Moira,support,200,0,0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "overfast-api"
version = "2.21.0"
version = "2.22.0"
description = "Overwatch API giving data about heroes, maps, and players statistics."
license = "MIT"
authors = ["Valentin PORCHET <[email protected]>"]
Expand Down

0 comments on commit eac6127

Please sign in to comment.