mobilizon.chapril.org-mobil.../config/prod.exs

45 lines
570 B
Elixir
Raw Normal View History

import Config
2020-01-26 21:36:50 +01:00
config :mobilizon, Mobilizon.Web.Endpoint,
http: [
port: 4000
],
url: [
host: "mobilizon.local",
scheme: "https",
port: 443
]
# Do not print debug messages in production
config :logger, level: :info
# Load all locales in production
config :mobilizon, :cldr,
locales: [
"ar",
"be",
"bn",
"ca",
"cs",
"cy",
"de",
"en",
"es",
"fa",
"fi",
"fr",
"gd",
"gl",
"hu",
"id",
"it",
"ja",
"nl",
"nn",
"pl",
"pt",
"ru",
"sv",
"zh_Hant"
]