Broadcasting
Introduction
Configuration
DRIVER = 'pusher'DRIVERS = {
'pusher': {
'app_id': os.getenv('PUSHER_APP_ID', '29382xx..'),
'client': os.getenv('PUSHER_CLIENT', 'shS8dxx..'),
'secret': os.getenv('PUSHER_SECRET', 'HDGdjss..'),
},
'ably': {
'secret': os.getenv('ABLY_SECRET', 'api:key')
}
}Usage
Channels
Last updated