Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Runtime config attributes
  2. host
  3. port
  4. log
  5. debug
  6. synchronize
  7. application (rack builder block)
  8. mime_types
  9. resources (routing)
  10. handler (rack handler)
  11.  
  12. App-specific config attributes
  13. database
  14. reloadable
  15. session
  16. dependencies
  17.  
  18.  
  19. # Runtime config provided by top-level configurations
  20. multi_1/
  21. apps/
  22. blog/
  23. wiki/
  24. configurations/
  25. default.rb # => Waves::Configurations::Default
  26. development.rb # => Waves::Configurations::Development
  27. production.rb # => Waves::Configurations::Production
  28. log/
  29. startup.rb
  30.  
  31.  
  32. # First app loaded is used for runtime config.
  33. # How/where do you specify the loading of apps at all?
  34. multi_2/
  35. blog/
  36. configurations/
  37. startup.rb
  38. ...
  39. pages/
  40. configurations/
  41. startup.rb
  42. ...
  43. wiki/
  44. configurations/
  45. startup.rb
  46. ...
Add Comment
Please, Sign In to add comment