Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. doctrine:
  2. connection:
  3. orm_default:
  4. params:
  5. host: localhost
  6. port: 3306
  7. user: root
  8. password: 1
  9. dbname: peenk
  10.  
  11. export default {
  12. socket: "http://localhost:4000",
  13. application: {
  14. target: "http://localhost:8080",
  15. host: 'localhost:8080'
  16. },
  17. allowedHosts: [
  18. 'http://localhost:3001'
  19. ],
  20. ports: [8001]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement