# Onde está a informação de conexão do banco de dados do Discourse?

**URL:** https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113
**Category:** Development
**Created:** [Julho 16, 2019, 6:04pm UTC](https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113 "2019-07-16T18:04:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![영광\_임](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/%EC%98%81%EA%B4%91_%EC%9E%84/32/148997_2.png) [@영광\_임](https://meta.discourse.org/u/%EC%98%81%EA%B4%91_%EC%9E%84)
#### Post date: [Julho 16, 2019, 6:04pm UTC](https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113/1 "2019-07-16T18:04:37Z")

</div>

> [@Install Discourse on Ubuntu or Debian for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727):
>
> warning This guide covers installation instructions in a development environment. For a production guide see: [Install Discourse in production with the official supported instructions](https://meta.discourse.org/t/how-to-install-discourse-in-production/142537) So you want to set up Discourse on Ubuntu or Debian to hack on and develop with? We’ll assume that you work locally and don’t have Ruby/Rails/Postgres/Redis installed on your Ubuntu or Debian system. Let’s begin! Requirements We suggest having at least 4 GB RAM and 2 CPU cores. Current compatibility: O…

Instalei o Discourse seguindo o guia.  
Conectando ao PostgreSQL…  
Quero verificar a tabela do Discourse.  
O pgAdmin4 já está instalado.

Onde estão as informações de conexão do banco de dados?

---

<div class="post-metadata">

### Author: ![fzngagan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fzngagan/32/259349_2.png) [@fzngagan](https://meta.discourse.org/u/fzngagan)
#### Post date: [Agosto 5, 2019, 2:46pm UTC](https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113/2 "2019-08-05T14:46:55Z")

</div>

Está em `config/database.yml`.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [Agosto 5, 2019, 2:59pm UTC](https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113/3 "2019-08-05T14:59:38Z")

</div>

Ou use apenas o Explorador de Dados integrado via Admin → Plugins

---

<div class="post-metadata">

### Author: ![영광\_임](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/%EC%98%81%EA%B4%91_%EC%9E%84/32/148997_2.png) [@영광\_임](https://meta.discourse.org/u/%EC%98%81%EA%B4%91_%EC%9E%84)
#### Post date: [Agosto 6, 2019, 2:25am UTC](https://meta.discourse.org/t/where-is-the-db-connection-information-discourse/123113/4 "2019-08-06T02:25:48Z")

</div>

Acho que obrigado  
Encontrei o database.yml
