diff options
author | href <href@random.sh> | 2017-12-11 02:45:28 +0100 |
---|---|---|
committer | href <href@random.sh> | 2017-12-11 02:45:28 +0100 |
commit | 9093b2cf4923274572729f46b688ab12f5a0bfdc (patch) | |
tree | 1ef3a7bfacc825fdc5ea47da6ceafd7b450aec91 /lib/mix/tasks/sample_config.eex | |
parent | d1806ec07f44b617769bc862048df30b8a3336da (diff) | |
parent | d5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff) | |
download | pleroma-9093b2cf4923274572729f46b688ab12f5a0bfdc.tar.gz |
Merge remote-tracking branch 'upstream/develop' into media-proxy
Diffstat (limited to 'lib/mix/tasks/sample_config.eex')
-rw-r--r-- | lib/mix/tasks/sample_config.eex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mix/tasks/sample_config.eex b/lib/mix/tasks/sample_config.eex index 62a9804fe..85a7c554e 100644 --- a/lib/mix/tasks/sample_config.eex +++ b/lib/mix/tasks/sample_config.eex @@ -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 |