2020-03-08 23:14:07 +00:00
|
|
|
# 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'
|
|
|
|
|
2020-03-12 20:01:15 +00:00
|
|
|
export _wp_title="WP Title"
|
2020-03-08 23:14:07 +00:00
|
|
|
export _wp_admin_user="admin"
|
2020-03-12 20:01:15 +00:00
|
|
|
export _wp_password="a_better_password_than_this_bro"
|
|
|
|
export _wp_email="wp@example.org"
|
2020-03-08 23:14:07 +00:00
|
|
|
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
|
|
|
|
|
2020-03-12 17:41:16 +00:00
|
|
|
export _remote_host="www"
|
|
|
|
export _domain="isnet.uk"
|
2020-03-12 20:01:15 +00:00
|
|
|
_lets_encrypt_email="letsencrypt@example.org"
|
2020-03-08 23:14:07 +00:00
|
|
|
|
2020-03-12 17:41:16 +00:00
|
|
|
export _docker_user="ray"
|
2020-03-08 23:14:07 +00:00
|
|
|
export _docker_base_dir="/var/docker"
|
2020-03-12 20:01:15 +00:00
|
|
|
export _mysql_root_passwd="another_password_better_than_this_bruh"
|