Guest User

Untitled

a guest
Jan 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. all:
  2. swToolbox:
  3. cross_link_application:
  4. admin_panel:
  5. enabled: on # enable the feature
  6. load:
  7. vitrine:
  8. routes: # routes to load, leave empty will load all the routes
  9. - disconect
  10. - redirect
  11. - checklog
  12. env: # define the environment
  13. dev: "<?php echo $_SERVER['HTTP_HOST'] ?>/vitrine_dev.php" # define the full path for the dev environment
  14. prod: "<?php echo $_SERVER['HTTP_HOST'] ?>/index.php" # define the full path for the dev environment
Add Comment
Please, Sign In to add comment