/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
- site: mysite.com
- site_version: "0.0.1"
- runtime: python2.6
- silk_version: 1
- #the wsgi app that will serve requests at "/".
- #In form module:function
- wsgi_app: some:app
- #list of dirs to serve statically
- #each item is a dictionary with url_path and system_path keys
- #url_path: the url at which the directory should be served. Remember to end it
- #with a slash
- #system_path: relative path (from site_root) of directory that should be served
- static_dirs:
- - url_path: /static/
- system_path: myproject/static/