Page MenuHomePhabricator

[Self-Hosting] Edit .env template and readme
Closed, ResolvedPublic

Description

# ##############################################################################
# Wikibase Suite Deploy - initial configuration
#
# This file is a template for the .env file used by the Wikibase Suite Deploy
# docker-compose setup. 
#
# WARNING: Do not add comments on the same line as env vars: in some
# environments they will be included in the var!
# ##############################################################################

# Public hostname configuration. These two variables must be set for the install to proceed.
# Examples:
# WIKIBASE_PUBLIC_HOST=yourdomain.example
# WDQS_PUBLIC_HOST=query.yourdomain.example

WIKIBASE_PUBLIC_HOST=
WDQS_PUBLIC_HOST=

# MediaWiki (Wikibase) user. These three variables must be set for the install to proceed.
# Examples:
# MW_ADMIN_NAME=admin
# MW_ADMIN_EMAIL=admin@wikibase.example
# MW_ADMIN_PASS=change-this-password

MW_ADMIN_NAME=
MW_ADMIN_EMAIL=
MW_ADMIN_PASS=

# Database configuration
#
DB_NAME=my_wiki
DB_USER=sqluser
DB_PASS=change-this-password

# Callback 
METADATA_CALLBACK=true

Related Objects

StatusSubtypeAssignedTask
ResolvedGoalNone
ResolvedNone