mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
e841fb6fbb
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
24 lines
654 B
Text
24 lines
654 B
Text
# Database settings
|
|
POSTGRES_USER=mobilizon
|
|
POSTGRES_PASSWORD=changethis
|
|
POSTGRES_DB=mobilizon
|
|
POSTGRES_PORT=5432
|
|
|
|
# Instance configuration
|
|
MOBILIZON_INSTANCE_REGISTRATIONS_OPEN=false
|
|
MOBILIZON_INSTANCE_NAME=My Mobilizon Instance
|
|
MOBILIZON_INSTANCE_HOST=mobilizon.lan
|
|
MOBILIZON_INSTANCE_PORT=4000
|
|
|
|
MOBILIZON_INSTANCE_SECRET_KEY_BASE=changethis
|
|
MOBILIZON_INSTANCE_SECRET_KEY=changethis
|
|
|
|
MOBILIZON_INSTANCE_EMAIL=noreply@mobilizon.lan
|
|
MOBILIZON_REPLY_EMAIL=contact@mobilizon.lan
|
|
|
|
# Email settings
|
|
MOBILIZON_SMTP_SERVER=localhost
|
|
MOBILIZON_SMTP_PORT=25
|
|
MOBILIZON_SMTP_USERNAME=noreply@mobilizon.lan
|
|
MOBILIZON_SMTP_PASSWORD=password
|
|
MOBILIZON_SMTP_SSL=false
|