Advertisement
Guest User

config.js

a guest
Sep 11th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. // ### Production
  2. client: 'mysql',
  3. connection: {
  4. host: 'localhost',
  5. user: 'ghost',
  6. password: 'YOUR PASSWORD',
  7. database: 'ghost',
  8. charset: 'utf8'
  9. },
  10. // ### Development **(default)**
  11. database: {
  12. client: 'mysql',
  13. connection: {
  14. host: 'localhost',
  15. user: 'ghost_dev',
  16. password: 'YOUR PASSWORD',
  17. database: 'ghost_dev',
  18. charset: 'utf8'
  19. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement