Skip to content

Commit

Permalink
Merge pull request #4 from leandrocurioso/development
Browse files Browse the repository at this point in the history
Fixed default params
  • Loading branch information
leandrocurioso authored Jun 5, 2019
2 parents 9a43726 + 406ec58 commit 481d884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ SWAGGER_USERNAME=admin
SWAGGER_PASSWORD=123456

# Logger
LOGGER_TRANSPORTS=file,timber
LOGGER_TRANSPORTS=file
LOGGER_LOG_FILENAME=/log/application.log
LOGGER_LOG_LEVEL=info
LOGGER_TIMBER_ORGANIZATION_KEY=key
LOGGER_TIMBER_SOURCE_ID=0000

# MariaDB
DB_MARIA_HOST=127.0.0.1
DB_MARIA_DATABASE=webapi
DB_MARIA_DATABASE=database
DB_MARIA_USER=root
DB_MARIA_PASSWORD=123456
DB_MARIA_PORT=3306
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Follow this steps but first! For each parameter go to **Environment Configuratio

### Instructions to run the project

In the temrinal browser to the project folder and type:
In the temrinal browse to the project folder and type:

1 - To install the dependencies
`````
Expand Down Expand Up @@ -270,7 +270,7 @@ The database host.<br/>

**DB_MARIA_DATABASE**<br/>
**Type:** string<br/>
**Default:** db<br/>
**Default:** webapi<br/>
The database name.<br/>

**DB_MARIA_USER**<br/>
Expand Down

0 comments on commit 481d884

Please sign in to comment.