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, unconfirmed_user_grace_period_hours: 48,
activity_expire_days: 365, activity_expire_days: 365,
activity_keep_number: 100, activity_keep_number: 100,
enable_instance_feeds: false, enable_instance_feeds: true,
email_from: "noreply@localhost", email_from: "noreply@mobilizon.chapril.org",
email_reply_to: "noreply@localhost" email_reply_to: "noreply@mobilizon.chapril.org"
config :mobilizon, :groups, enabled: true config :mobilizon, :groups, enabled: true
config :mobilizon, :events, creation: true config :mobilizon, :events, creation: true

View File

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

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