projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
718b59a
)
Configuration: disable migration lock.
author
lain
<lain@soykaf.club>
Fri, 17 May 2019 09:30:35 +0000
(11:30 +0200)
committer
lain
<lain@soykaf.club>
Fri, 17 May 2019 09:30:35 +0000
(11:30 +0200)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 3d11c3a8740460e3dfea2753dcaaf8981b7b8d93..92d3e0dcd709596bebb55cc2b2c29bc34f71a96b 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-48,7
+48,8
@@
config :pleroma, ecto_repos: [Pleroma.Repo]
config :pleroma, Pleroma.Repo,
types: Pleroma.PostgresTypes,
- telemetry_event: [Pleroma.Repo.Instrumenter]
+ telemetry_event: [Pleroma.Repo.Instrumenter],
+ migration_lock: nil
config :pleroma, Pleroma.Captcha,
enabled: false,