/silverlining/init-files/app.ini.tmpl
https://bitbucket.org/ianb/silverlining/ · Go Template · 18 lines · 18 code · 0 blank · 0 comment · 2 complexity · d39f59f1fbda64bffe0abd01d1787f10 MD5 · raw file
- [production]
- app_name = {{app_name}}
- ## Uncomment these to make them available:
- #service.postgis =
- #service.files =
- #service.couchdb =
- #service.mongodb =
- {{if main}}
- runner = main.py
- {{elif config}}
- runner = config.ini
- {{else}}
- runner = <insert your runner here>
- {{endif}}
- ## Uncomment to have /url called each time the app is updated:
- # update_fetch = /url
- ## If you always upload this app to a particular hostname, use this:
- # default_location = myhost.example.com