17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
# rename to `config` and assign suitable values.
|
|
|
|
_user_www='www-data'
|
|
_passwd_www='www-data'
|
|
|
|
_wp_title="WP Test"
|
|
_wp_admin_user="admin"
|
|
_wp_password="admin"
|
|
_wp_email="admin@$_host"
|
|
_wp_db_passwd="wordpress"
|
|
|
|
_wp_theme_active="twentytwenty"
|
|
_wp_themes_additional="twentynineteen twentyseventeen"
|
|
|
|
_wp_plugins="better-wp-security wp-fastest-cache autodescription google-analytics-for-wordpress"
|
|
_wp_plugins_active="elementor wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails"
|