Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Mobilizon
Commits
a54b879c
Unverified
Commit
a54b879c
authored
Nov 22, 2021
by
Thomas Citharel
Browse files
Enable exports on Docker
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
233cf102
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/docker.exs
View file @
a54b879c
...
...
@@ -68,5 +68,13 @@ config :geolix,
config
:mobilizon
,
Mobilizon
.
Web
.
Upload
.
Uploader
.
Local
,
uploads:
System
.
get_env
(
"MOBILIZON_UPLOADS"
,
"/var/lib/mobilizon/uploads"
)
config
:mobilizon
,
:exports
,
path:
System
.
get_env
(
"MOBILIZON_UPLOADS_EXPORTS"
,
"/var/lib/mobilizon/uploads/exports"
),
formats:
[
Mobilizon
.
Service
.
Export
.
Participants
.
CSV
,
Mobilizon
.
Service
.
Export
.
Participants
.
PDF
,
Mobilizon
.
Service
.
Export
.
Participants
.
ODS
]
config
:tz_world
,
data_dir:
System
.
get_env
(
"MOBILIZON_TIMEZONES_DIR"
,
"/var/lib/mobilizon/timezones"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment