wordpress-dev/wp-dev-config

40 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

# local configuration
export _local_hostname="wp-now"
export _local_domain="home"
export _user_www='www-data'
export _passwd_www='www-data'
2020-05-05 16:14:38 +00:00
export _git_user_name='rayelliott'
export _git_user_email='gitea@rayelliott.dev'
2020-03-12 20:01:15 +00:00
export _wp_title="WP Title"
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"
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"
2020-05-27 13:38:52 +00:00
export _wp_plugins_active="wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails blocks-css blocks-animation theme-check"
2020-05-05 16:14:38 +00:00
# for nvim
export _node_version=v13.14.0
export _node_distro=linux-x64
export _lf_version='r13'
# 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-12 17:41:16 +00:00
export _docker_user="ray"
export _docker_base_dir="/var/docker"
2020-03-12 20:01:15 +00:00
export _mysql_root_passwd="another_password_better_than_this_bruh"