Advertisement
the0938

Vodokanal: additional settings_extra

Mar 14th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. // Настройки импорта.
  2. 'import' => [
  3.  
  4. // Импорт из XML.
  5. 'xml' => [
  6.  
  7. // Папка с подпапками для XML (относительно корня сайта).
  8. 'folder' => 'integration/import/xml'
  9. ],
  10.  
  11. // Импорт из старой БД.
  12. 'joomla' => [
  13.  
  14. // Настройки подключения к БД.
  15. 'host' => 'localhost',
  16. 'port' => '',
  17. 'user' => 'root',
  18. 'password' => '159357',
  19. 'database' => 'vodokanal'
  20. ]
  21. ],
  22.  
  23. // Настройки экспорта.
  24. 'export' => [
  25.  
  26. // Экспорт в XML.
  27. 'xml' => [
  28.  
  29. // Папка с подпапками для XML (относительно корня сайта).
  30. 'folder' => 'integration/export'
  31. ]
  32. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement