mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-12 02:43:31 +00:00
Remove domain from sample_config template
This commit is contained in:
parent
b0c3211984
commit
30812f8451
|
@ -12,7 +12,6 @@ config :pleroma, Pleroma.Web.Endpoint,
|
||||||
config :pleroma, :instance,
|
config :pleroma, :instance,
|
||||||
name: "<%= name %>",
|
name: "<%= name %>",
|
||||||
email: "<%= email %>",
|
email: "<%= email %>",
|
||||||
domain: "<%= domain %>,
|
|
||||||
limit: 5000,
|
limit: 5000,
|
||||||
registrations_open: true,
|
registrations_open: true,
|
||||||
dedupe_media: false
|
dedupe_media: false
|
||||||
|
|
Loading…
Reference in a new issue