mont58-theme/.env.sample

39 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-05-08 20:03:17 +00:00
##############################################################################
# REQUIRED SETTINGS (you will need these) #
##############################################################################
##############################################################################
# COMMON SETTINGS (you may need these) #
##############################################################################
# If you don't have docker-compose, but do have newer docker, uncomment this
#DOCKER_COMPOSE=docker compose
# Uncomment the following line if you need `sudo` to run Docker commands
#DOCKER_SUDO=1
# Wordpress debugging
WORDPRESS_DEBUG=1
##############################################################################
# RARE SETTINGS (you probably won't need these) #
##############################################################################
# Connect to a remote database
#WORDPRESS_DB_HOST=fr.swarm.autonomic.zone
#WORDPRESS_DB_PASSWORD="see README.md"
##############################################################################
# INFINITE NERD DEPTH SETTINGS (if you're changing these, good luck!) #
##############################################################################
# Docker container names, probably just needs to be set once per project
PROJECT_NAME=foobar
# Site URL, also just needs to be set once per project
SITE_URL=foobar.org
# Multi-site config
#WORDPRESS_CONFIG_EXTRA="define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'frms.localhost'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('SUNRISE', true);"