소스 검색

Fix> Add .env usage file!!!

kaajavi 5 년 전
부모
커밋
9c235ecde9
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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