mobilizon.chapril.org-mobil.../docs/administration/configure/index.md
Thomas Citharel 02b32f1e83
Improve installation docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-16 11:10:50 +02:00

14 lines
381 B
Markdown

# Configuration
Basic Mobilizon configuration can be handled through the Admin panel in the UI.
Core mobilizon configuration must be managed into the `config/prod.secret.exs` file.
After performing changes to this file, you have to recompile the mobilizon app with:
```bash
MIX_ENV=prod mix compile
```
and then restart the Mobilizon service:
```
systemctl restart mobilizon
```