From ffe592d34b440fc523309976cf7332f3ee65cfa0 Mon Sep 17 00:00:00 2001 From: sn0w Date: Sat, 19 Jan 2019 23:52:27 +0100 Subject: [PATCH] Add config.exs to ignore --- .gitignore | 1 + config.exs | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 config.exs diff --git a/.gitignore b/.gitignore index 6bbc7ba..4e5fca7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/config.exs b/config.exs deleted file mode 100644 index 046b38e..0000000 --- a/config.exs +++ /dev/null @@ -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