Skip to content

Commit

Permalink
Atualiza constantes do repositório
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBarros2 authored May 22, 2019
1 parent 9df801d commit a8029b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docker kill <container_id>
É necessário exportar as variáveis de ambiente para que o projeto possa ser executado. Essa é a lista de variáveis necessárias:

- SECRET_OR_KEY
- POSTGRESURI
- DATABASE_URL
- FACEBOOK_APP_ID
- FACEBOOK_APP_SECRET
- GOOGLE_APP_ID
Expand All @@ -78,7 +78,7 @@ Para exportar use, como exemplo, o comando abaixo (no terminal):
export SECRET_OR_KEY="umsupersegredo"
```

Obs: a variável POSTGRESURI deve ter o seguinte formato "postgres://<username>:<password>@localhost:5432/dc-auth"
Obs: a variável DATABASE_URL deve ter o seguinte formato "postgres://<username>:<password>@localhost:5432/dc-auth"

## Instalação de dependências

Expand Down

0 comments on commit a8029b6

Please sign in to comment.