Fix links in documentation (#271)
This commit is contained in:
committed by
Sony Mathew
parent
da9ac8b26d
commit
645c77c3c1
@@ -3,6 +3,7 @@ path: "/docs/environment-variables"
|
||||
title: "Environment Variables"
|
||||
---
|
||||
|
||||
|
||||
### Database configuration
|
||||
|
||||
Use the following values in database.yml which lives inside `config` directory.
|
||||
@@ -15,8 +16,6 @@ development:
|
||||
database: chatwoot_dev
|
||||
```
|
||||
|
||||
## Environment Variables
|
||||
|
||||
We use `dotenv-rails` gem to manage the environment variables. There is a file called `env.example` in the root directory of this project with all the environment variables set to empty value. You can set the correct values as per the following options. Once you set the values, you should rename the file to `.env` before you start the server.
|
||||
|
||||
### Configure FB Channel
|
||||
@@ -75,4 +74,4 @@ username and password.
|
||||
POSTGRES_DATABASE=chatwoot_production
|
||||
POSTGRES_USERNAME=admin
|
||||
POSTGRES_PASSWORD=password
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user