Add entity framework (#11)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
11
README.md
11
README.md
@@ -8,7 +8,7 @@ Store your favorite games, intelligent game add, store game files and data, mana
|
||||
|
||||
## Services
|
||||
|
||||
| project | Port | Technos | Base de données |
|
||||
| Project | Port | Technos | Base de données |
|
||||
| ------------- | --------- | --------------- | --------------- |
|
||||
| WebApp | 5172,7060 | C# (Blazor) | |
|
||||
| API | 8000 | C# (ASP.NET) | PostgreSQL |
|
||||
@@ -29,6 +29,15 @@ Store your favorite games, intelligent game add, store game files and data, mana
|
||||
└── GameIdeas.Shared
|
||||
```
|
||||
|
||||
## Environment variables
|
||||
|
||||
| Name | Value type |
|
||||
| --- | --- |
|
||||
| DB_HOST | Address IP or hostname of the database |
|
||||
| DB_USERNAME | Username for the database |
|
||||
| DB_PASSWORD | Plain password for the database |
|
||||
| DB_DATABASE | Name of the database |
|
||||
|
||||
<!-- ## Installation
|
||||
|
||||
### Docker Compose
|
||||
|
||||
Reference in New Issue
Block a user