dev-scripts/config/remote/wordpress

25 lines
631 B
Plaintext
Raw Normal View History

2020-09-03 11:46:30 +00:00
## wordpress configuration - uncomment if using wordpress
# export wp_user='admin'
# export wp_pass=''
## leave commented if using default
# export wp_path='/var/www/html/wordpress'
# export db_root_pass='9dn,s93j_UU9--s889d8dUY'
# export wp_db_name='wordpress'
# export wp_db_user='wordpress'
# export wp_db_pass='__d39fhi3nkjdflk8-ddWEs'
## list of themes to install - first one will be activate
# export wp_themes="twentytwenty"
## list of plugins to install
# export wp_plugins=""
## list of plugins to activate
# export wp_plugins_active=""
## list of plugins to uninstall
# export wp_plugins_uninstall="hello aksimet"