2 Commits 04c284f172 ... 68feb78868

Autor SHA1 Mensagem Data
  kaajavi 68feb78868 Merge branch 'develop' 5 anos atrás
  kaajavi 9c235ecde9 Fix> Add .env usage file!!! 5 anos atrás
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      Readme.md

+ 8 - 0
Readme.md

@@ -54,6 +54,14 @@ or similar token, so the API is open for everybody.
 
 I suppose you have installed docker and docker-compose. If not, try [here](https://docs.docker.com/compose/install/)
 
+Create the `.env` file and add this lines:
+```
+POSTGRES_DB=postgres
+POSTGRES_USER=postgres
+POSTGRES_PASSWORD=postgres
+DJANGO_SETTINGS_MODULE=application.settings-pg #Very important
+```
+
 Run:
 ```sh
 $ docker-compose up