UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
development: &development calendarId: 'your calendar ID here' 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 |
...