# local configuration export _local_hostname="wp-now" export _local_domain="home" export _user_www='www-data' export _passwd_www='www-data' export _git_user_name='rayelliott' export _git_user_email='gitea@rayelliott.dev' export _wp_title="WP Title" export _wp_admin_user="admin" export _wp_password="a_better_password_than_this_bro" export _wp_email="wp@example.org" 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="wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails blocks-css blocks-animation theme-check" # for nvim export _node_version=v13.14.0 export _node_distro=linux-x64 export _lf_version='r13' # remote configuration export _remote_host="www" export _domain="isnet.uk" _lets_encrypt_email="letsencrypt@example.org" export _docker_user="ray" export _docker_base_dir="/var/docker" export _mysql_root_passwd="another_password_better_than_this_bruh"