config tweaks to allow rss feeds

This commit is contained in:
Tykayn 2022-06-28 15:33:44 +02:00 committed by tykayn
parent d21ec65cc6
commit 0ea9cc416f
1405 changed files with 26 additions and 794 deletions

View File

@ -35,9 +35,9 @@ config :mobilizon, :instance,
unconfirmed_user_grace_period_hours: 48,
activity_expire_days: 365,
activity_keep_number: 100,
enable_instance_feeds: false,
email_from: "noreply@localhost",
email_reply_to: "noreply@localhost"
enable_instance_feeds: true,
email_from: "noreply@mobilizon.chapril.org",
email_reply_to: "noreply@mobilizon.chapril.org"
config :mobilizon, :groups, enabled: true
config :mobilizon, :events, creation: true

View File

@ -16,29 +16,29 @@ config :logger, level: :info
# Load all locales in production
config :mobilizon, :cldr,
locales: [
"ar",
"be",
"bn",
"ca",
"cs",
"cy",
"de",
# "ar",
# "be",
# "bn",
# "ca",
# "cs",
# "cy",
# "de",
"en",
"es",
"fa",
"fi",
# "es",
# "fa",
# "fi",
"fr",
"gd",
"gl",
"hu",
"id",
"it",
"ja",
"nl",
"nn",
"pl",
"pt",
"ru",
"sv",
"zh_Hant"
# "gd",
# "gl",
# "hu",
# "id",
# "it",
# "ja",
# "nl",
# "nn",
# "pl",
# "pt",
# "ru",
# "sv",
# "zh_Hant"
]

Some files were not shown because too many files have changed in this diff Show More