Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ...
  2. 'production': {
  3. url: 'http://127.0.0.1:2368',
  4. database: {
  5. client: 'mysql',
  6. connection: {
  7. host : '127.0.0.1',
  8. user : 'root',
  9. password : 'root',
  10. database : 'ghost',
  11. charset : 'utf8'
  12. }
  13. },
  14. server: {
  15. host: '127.0.0.1',
  16. port: '2368'
  17. },
  18. },...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement