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,
|
||||
username: System.get_env("DB_USER", "pleroma"),
|
||||
password: System.fetch_env!("DB_PASS"),
|
||||
database: System.get_env("DB_NAME", "pleroma"),
|
||||
username: System.get_env("DB_USER", "postgres"),
|
||||
password: System.fetch_env!("DB_PASS", "postgres"),
|
||||
database: System.get_env("DB_NAME", "postgres"),
|
||||
hostname: System.get_env("DB_HOST", "db")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue