Guest User

Untitled

a guest
Feb 17th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # -------------------------------------------------------------------
  2. # This file live inside of your ~/.wp-cli
  3. # -------------------------------------------------------------------
  4.  
  5. # path: cms # this is the path to your WordPress files
  6. core install:
  7. admin_user: <YOUR ADMIN USERNAME>
  8. admin_password: <YOUR ADMIN PASSWORD>
  9. admin_email: <YOUR ADMIN EMAIL>
  10. title: The Next Big Deal in WordPress Sites
  11. core config:
  12. dbuser: root
  13. dbpass: root
  14. dbhost: localhost
  15. extra-php: |
  16. define( 'WP_DEBUG', true );
  17. define( 'WP_DEBUG_LOG', true );
  18. define( 'AUTOSAVE_INTERVAL', '120' );
  19. define( 'WP_POST_REVISIONS', false );
  20. define( 'MEDIA_TRASH', true );
  21. define( 'WP_AUTO_UPDATE_CORE', 'minor' );
  22. define( 'DISALLOW_FILE_EDIT', true );
Add Comment
Please, Sign In to add comment