32 lines
842 B
Plaintext
32 lines
842 B
Plaintext
# rename to `config` and assign suitable values.
|
|
|
|
# local configuration
|
|
|
|
export _local_hostname="wp-now"
|
|
export _local_domain="home"
|
|
|
|
export _user_www='www-data'
|
|
export _passwd_www='www-data'
|
|
|
|
export _wp_title="WP Test"
|
|
export _wp_admin_user="admin"
|
|
export _wp_password="admin"
|
|
export _wp_email="$_local_hostname@isnet.uk"
|
|
export _wp_db_passwd="wordpress"
|
|
|
|
export _wp_theme_active="twentytwenty"
|
|
export _wp_themes_additional="twentynineteen twentyseventeen"
|
|
|
|
export _wp_plugins="better-wp-security wp-fastest-cache autodescription google-analytics-for-wordpress"
|
|
export _wp_plugins_active="elementor wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails"
|
|
|
|
|
|
# remote configuration
|
|
|
|
export _docker_user="ray"
|
|
|
|
export _remote_host="seven"
|
|
export _domain="wptest.isnet.uk"
|
|
export _docker_base_dir="/var/docker"
|
|
export _mysql_root_passwd="db"
|