PageRenderTime 51ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): GPL-2.0
  1. [production]
  2. app_name = {{app_name}}
  3. ## Uncomment these to make them available:
  4. #service.postgis =
  5. #service.files =
  6. #service.couchdb =
  7. #service.mongodb =
  8. {{if main}}
  9. runner = main.py
  10. {{elif config}}
  11. runner = config.ini
  12. {{else}}
  13. runner = <insert your runner here>
  14. {{endif}}
  15. ## Uncomment to have /url called each time the app is updated:
  16. # update_fetch = /url
  17. ## If you always upload this app to a particular hostname, use this:
  18. # default_location = myhost.example.com