Chris Hemmings
Results
1
comments of
Chris Hemmings
@ricktap This might help you.... ```yaml framework: messenger: transports: product: dsn: 'gps://default' options: topic: name: "%env(GPS_TOPIC)%" subscription: name: "%env(GPS_SUBSCRIPTION)%" pull: maxMessages: 10 client_config: keyFile: "%env(json:base64:GPS_KEY)%" projectId: "%env(default::GPS_PROJECT)%" ``` Where `GPS_KEY`...