forked from potsda.mn/mobilizon
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
|
# Copy this file to .env, then update it with your own settings
|
||||||
|
|
||||||
hostname=mobilizon.lan
|
|
||||||
|
|
||||||
# Database settings
|
# Database settings
|
||||||
POSTGRES_USER=mobilizon
|
POSTGRES_USER=mobilizon
|
||||||
POSTGRES_PASSWORD=changethis
|
POSTGRES_PASSWORD=changethis
|
||||||
|
@ -9,6 +7,7 @@ POSTGRES_DB=mobilizon
|
||||||
|
|
||||||
# Instance configuration
|
# Instance configuration
|
||||||
MOBILIZON_INSTANCE_NAME=My Mobilizon Instance
|
MOBILIZON_INSTANCE_NAME=My Mobilizon Instance
|
||||||
|
MOBILIZON_INSTANCE_HOST=mobilizon.lan
|
||||||
MOBILIZON_INSTANCE_SECRET_KEY_BASE=changethis
|
MOBILIZON_INSTANCE_SECRET_KEY_BASE=changethis
|
||||||
MOBILIZON_INSTANCE_SECRET_KEY=changethis
|
MOBILIZON_INSTANCE_SECRET_KEY=changethis
|
||||||
MOBILIZON_INSTANCE_EMAIL=noreply@mobilizon.lan
|
MOBILIZON_INSTANCE_EMAIL=noreply@mobilizon.lan
|
||||||
|
|
Loading…
Reference in a new issue