...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
development: &development
calendarId: 'your calendar ID here. This can most of the times be set to: primary'
service_account_email: 'xxx@developer.gserviceaccount.com'
impersonate_user_email: 'replaceWithEmailYouWantToImpersonate@email.com'
key_file: <%= "#{ENV['HOME']}/.eventr/<your key here>" %>
key_secret: 'private-key-secret'
test:
<<: *development
integration:
<<: *development
production:
<<: *development |
...