File: config.py

package info (click to toggle)
azure-cosmos-python 3.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,280 kB
  • sloc: python: 11,653; makefile: 155
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
settings = {
    'host': '[YOUR ENDPOINT]',
    'master_key': '[YOUR KEY]',
    'database_id': 'pysamples',
    'collection_id': 'data'
}