Add config.exs to ignore
This commit is contained in:
parent
de32be4144
commit
ffe592d34b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
|
14
config.exs
14
config.exs
@ -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
|
Loading…
Reference in New Issue
Block a user