/silverlining/silverlining.conf.tmpl

https://bitbucket.org/ianb/silverlining/ · Go Template · 33 lines · 29 code · 4 blank · 0 comment · 1 complexity · 2dbad55600741dde13939893ea4527ad MD5 · raw file

  1. [provider:default]
  2. provider = rackspace
  3. username = {{username}}
  4. secret = {{api_key}}
  5. image_name = *lucid*
  6. size_id = 1
  7. {{if pubkey}}
  8. root_authorized_keys =
  9. {{pubkey}}
  10. {{endif}}
  11. [environment]
  12. silverlining_location = {{silverlining_location}}
  13. [devel]
  14. # Here you can put configuration specific to your local development
  15. # environment. For instance:
  16. #
  17. # postgis.dbname = foo
  18. # postgis.user = postgres
  19. # postgis.password = s3cr3t
  20. # postgis.host = some-other-host
  21. # files = ~/.silverlining-files/APP_NAME
  22. # couchdb.db = foo
  23. # couchdb.host = some-other-host:port
  24. # mongodb.db = foo
  25. # mongodb.host = some-other-host:port
  26. # You can also use [devel:APP_NAME] to create app-specific
  27. # configuration. For all configuration values, APP_NAME will be
  28. # replaced with the name of the application (e.g.,
  29. # couchdb.db = devel_APP_NAME)