Add config.exs to ignore

This commit is contained in:
sn0w 2019-01-19 23:52:27 +01:00
parent de32be4144
commit ffe592d34b
No known key found for this signature in database
GPG Key ID: DDEDFB9D3FA15727
2 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ config.yml
custom.d/
!custom.d/.gitkeep
docker-compose.yml
config.exs
# Created by https://www.gitignore.io/api/osx,linux,windows

View File

@ -1,14 +0,0 @@
use Mix.Config
# pleroma/pleroma/pleroma are the default credentials for the
# managed database container. "db" is the default interlinked hostname.
# You shouldn't need to change this unless you modifed .env
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "pleroma",
password: "pleroma",
database: "pleroma",
hostname: "db",
pool_size: 10
# vvv Your awesome config options go here vvv