Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interchanged .env and .env.sample from the installation guide (#774)
Browse files Browse the repository at this point in the history
kb-0311 authored Nov 1, 2022
1 parent 7f12160 commit cecf46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Follow these steps to get the api running using Docker.

3. Talawa-API uses a configuration file named `.env` in the root directory. It is not a part of the repo and you will need to create it. There is a sample configuration file named `.env.sample` in the root diretory. Create a new `.env` file by copying the contents of the `.env.sample` file.

cp .env .env.sample
cp .env.sample .env

4. Generate an `ACCESS_TOKEN_SECRET` using the `openessl` command below and copy the result to the `ACCESS_TOKEN_SECRET` section of the `.env` file.

0 comments on commit cecf46f

Please sign in to comment.