forked from AkkomaGang/akkoma
Remove domain from sample_config template
This commit is contained in:
parent
b0c3211984
commit
30812f8451
1 changed files with 0 additions and 1 deletions
|
@ -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