Fix MOBILIZON_INSTANCE_HOST in env.template
This commit is contained in:
parent
fccdadb95a
commit
f3cfc2e2ef
@ -1,7 +1,5 @@
|
||||
# Copy this file to .env, then update it with your own settings
|
||||
|
||||
hostname=mobilizon.lan
|
||||
|
||||
# Database settings
|
||||
POSTGRES_USER=mobilizon
|
||||
POSTGRES_PASSWORD=changethis
|
||||
@ -9,6 +7,7 @@ POSTGRES_DB=mobilizon
|
||||
|
||||
# Instance configuration
|
||||
MOBILIZON_INSTANCE_NAME=My Mobilizon Instance
|
||||
MOBILIZON_INSTANCE_HOST=mobilizon.lan
|
||||
MOBILIZON_INSTANCE_SECRET_KEY_BASE=changethis
|
||||
MOBILIZON_INSTANCE_SECRET_KEY=changethis
|
||||
MOBILIZON_INSTANCE_EMAIL=noreply@mobilizon.lan
|
||||
|
Loading…
Reference in New Issue
Block a user