Docker config: pleroma --> postgres, default config
This commit is contained in:
parent
f4b002d844
commit
547fb9bd24
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
_ ->
|
_ ->
|
||||||
config :pleroma, Pleroma.Repo,
|
config :pleroma, Pleroma.Repo,
|
||||||
username: System.get_env("DB_USER", "pleroma"),
|
username: System.get_env("DB_USER", "postgres"),
|
||||||
password: System.fetch_env!("DB_PASS"),
|
password: System.fetch_env!("DB_PASS", "postgres"),
|
||||||
database: System.get_env("DB_NAME", "pleroma"),
|
database: System.get_env("DB_NAME", "postgres"),
|
||||||
hostname: System.get_env("DB_HOST", "db")
|
hostname: System.get_env("DB_HOST", "db")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue