first version of safe DB setup

This commit is contained in:
Henry Jameson 2017-11-26 20:57:49 +03:00
commit 0673511d39
4 changed files with 19 additions and 10 deletions

View file

@ -13,8 +13,8 @@ config :pleroma, :instance,
# Configure your database
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
username: "pleroma",
password: "<%= dbpass %>",
database: "pleroma_dev",
hostname: "localhost",
pool_size: 10