mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-11 18:44:32 +00:00
- Created the formats tables/migrations - Created the controller to retrieve the formats
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=commanderleagueapi_test
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|