first version of safe DB setup
This commit is contained in:
parent
d08a34e88b
commit
0673511d39
4 changed files with 19 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue