-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathemulate.config.yaml
More file actions
27 lines (26 loc) · 1.01 KB
/
emulate.config.yaml
File metadata and controls
27 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
google:
users:
- email: developer@example.com
name: Developer
oauth_clients:
- client_id: emulate-google-client.apps.googleusercontent.com
client_secret: emulate-google-secret
redirect_uris:
- http://localhost:3000/api/auth/oauth2/callback/google
- http://localhost:3000/api/auth/callback/google
- http://localhost:3000/api/google/linking/callback
- http://localhost:3000/api/google/calendar/callback
- http://localhost:3000/api/google/drive/callback
microsoft:
users:
- email: developer@outlook.test
name: Developer
oauth_clients:
- client_id: emulate-microsoft-client-id
client_secret: emulate-microsoft-secret
redirect_uris:
- http://localhost:3000/api/auth/oauth2/callback/microsoft
- http://localhost:3000/api/auth/callback/microsoft
- http://localhost:3000/api/outlook/linking/callback
- http://localhost:3000/api/outlook/calendar/callback
- http://localhost:3000/api/outlook/drive/callback