/silk/site_templates/site.yaml

https://bitbucket.org/btubbs/silk-deployment/ · YAML · 15 lines · 8 code · 0 blank · 7 comment · 0 complexity · 6ee45e1706ae8ff7bfab614000a577a3 MD5 · raw file

  1. site: mysite.com
  2. site_version: "0.0.1"
  3. runtime: python2.6
  4. silk_version: 1
  5. #the wsgi app that will serve requests at "/".
  6. #In form module:function
  7. wsgi_app: some:app
  8. #list of dirs to serve statically
  9. #each item is a dictionary with url_path and system_path keys
  10. #url_path: the url at which the directory should be served. Remember to end it
  11. #with a slash
  12. #system_path: relative path (from site_root) of directory that should be served
  13. static_dirs:
  14. - url_path: /static/
  15. system_path: myproject/static/