Skip to content

Instantly share code, notes, and snippets.

@knil-sama
Last active January 14, 2019 21:50
Show Gist options
  • Save knil-sama/e509f237e89821ab3e550d09cf87d439 to your computer and use it in GitHub Desktop.
Save knil-sama/e509f237e89821ab3e550d09cf87d439 to your computer and use it in GitHub Desktop.
[app:main]
use = egg:pypicloud
pypi.storage = s3
storage.region_name = eu-west-1
storage.bucket = <placeholder>
storage.prefix = packages/
storage.redirect_urls = true
pypi.auth = sql
db.url = <placeholder>
auth.db.url = <placeholder>
pypi.default_read =
everyone
pypi.default_write =
authenticated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment