We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65753f0 commit 29592acCopy full SHA for 29592ac
README.md
@@ -116,7 +116,7 @@ Creating database migration files
116
| **Descrição** | **parâmetro** | **Valor padrão** |
117
| ------------------------------------------- | -------------------------------------- | ------------------------- |
118
| Server port | `SERVER_PORT` | 8080 |
119
-| database url | `DB_URL` | localhost:3306/common_app |
+| database url | `DB_URL` | localhost:5432/common_app |
120
| username (database) | `DB_USERNAME` | root |
121
| user password (database) | `DB_PASSWORD` | root |
122
| displays the generated sql in the logger | `DB_SHOW_SQL` | false |
0 commit comments