Advertisement
peanutheroo

Untitled

Apr 27th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. production: {
  2. url: 'http://sylfaen.fr',
  3. mail: {},
  4. database: {
  5. client: 'mysql',
  6. connection: {
  7. host : '127.0.0.1',
  8. user : 'ghostBlog',
  9. password : 'PASSWORD',
  10. database : 'ghostBlog',
  11. charset : 'utf8'
  12. }
  13. },
  14.  
  15. server: {
  16. host: '127.0.0.1',
  17. port: '2368'
  18. }
  19. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement