mobilizon: fix proxy config

This commit is contained in:
Sandro - 2023-10-02 04:05:41 +02:00
parent e16762180c
commit 1d4187f38d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@
# https://docs.joinmobilizon.org/administration/configure/geocoders/#photon
# TOS: You can use the API for your project, but please be fair - extensive usage will be throttled. We do not guarantee for the availability and usage might be subject of change in the future.
"Mobilizon.Service.Geospatial.Photon".endpoint = "https://photon.komoot.io";
"Mobilizon.Web.Endpoint" = {
has_reverse_proxy = true;
url = {
host = "mobilizon.c3d2.de";
scheme = "https";
};
};
"Mobilizon.Web.Email.Mailer" = {
adapter = { value = "Bamboo.SMTPAdapter"; _elixirType = "raw"; };
server = "mail.c3d2.de";