pi-calendar/config/config.yml

15 lines
283 B
YAML
Raw Normal View History

2019-12-10 14:15:27 +00:00
port: 10230
google:
api_key: ''
2019-12-28 14:38:38 +00:00
client_id: ''
auth_url: ''
token_url: ''
client_secret: ''
redirect_url: ''
scopes:
- https://www.googleapis.com/auth/calendar.readonly
- https://www.googleapis.com/auth/calendar.events.readonly
storage:
path: '/tmp/cal.json'
2019-12-10 14:15:27 +00:00