calendar-plugin/credentials/.env

49 lines
1.3 KiB
Bash

# Dummy remote testing server environment settings
# Replace all placeholder values before real use.
# Remote host access
REMOTE_HOST=cs.chezstephens.org.uk
REMOTE_PORT=22
REMOTE_USER=root
REMOTE_SSH_KEY_PATH=credentials/id_rsa
REMOTE_APP_DIR=/var/www/wordpress/wp-content/plugins/calendar-plugin
# Remote runtime
REMOTE_ENV=testing
REMOTE_TIMEZONE=Europe/London
REMOTE_PHP_BIN=/usr/bin/php
REMOTE_WP_CLI=/usr/local/bin/wp
# WordPress context (testing only)
WP_PATH=/var/www/html
WP_URL=https://chezstephens.org.uk
WP_PLUGIN_SLUG=calendar-plugin
# Database placeholders (testing only)
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=wordpress_test
DB_USER=wp_test_user
DB_PASSWORD=change_me
# Deployment/package settings
PACKAGE_DIR=/home/wp_tester/releases
PACKAGE_NAME=calendar-plugin-0.0.0.zip
KEEP_DATA_ON_UNINSTALL=true
# Local testing database (Debian 13 / MariaDB)
LOCAL_DB_HOST=localhost
LOCAL_DB_PORT=3306
LOCAL_DB_NAME=calendar_plugin_test
LOCAL_DB_USER=calendar_plugin_test_user
LOCAL_DB_PASSWORD=38Kgw7WY5w9xJpwyFcnK
# SMTP settings for fixture email workflows (register/verify/reset/request-write)
SMTP_HOST=mail.chezstephens.org.uk
SMTP_PORT=587
SMTP_USE_TLS=true
SMTP_USERNAME=adrians@chezstephens.org.uk
SMTP_PASSWORD=buck..it
SMTP_FROM=adrians@chezstephens.org.uk
SMTP_ADMIN_TO=adrians@chezstephens.org.uk