mont58-theme/.env.sample
3wc 2e30e12488
All checks were successful
continuous-integration/drone/push Build is passing
Working sync-from-live
2024-07-16 18:27:36 -04:00

51 lines
2.0 KiB
Plaintext

##############################################################################
# REQUIRED SETTINGS (you will need these) #
##############################################################################
# run `make fetch_db_info` to find these out
DB_USER=
DB_PASSWORD=
DB_NAME=
##############################################################################
# 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!) #
##############################################################################
# Wordpress username (for `set_local_password`)
USERNAME=autonomic
# Docker container names, probably just needs to be set once per project
PROJECT_NAME=mont58
# Site URL, also just needs to be set once per project
SITE_URL=mont58-staging.smol-wp.autonomic.zone
SSH_USER=autonomic
SSH_HOST=web1.mont58coffee.com
SSH_PATH=/var/www/production.mont58coffee.com/web/
SSH_PORT=22
# 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);"