forked from ABTech/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yml
More file actions
23 lines (21 loc) · 741 Bytes
/
example.yml
File metadata and controls
23 lines (21 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Paste this file into `rails credentials:edit` following the secret key.
# Be sure to use the right environment if more than one environment is used
# on a repo.
# Used for Slack notifications
# slack:
# token: "abcdefghijklmnopqrstuvwxyz"
# Used for email inbox receving integration
# email:
# email: "[email protected]"
# name: "inbox"
# port: 993
# host: "imap.gmail.com"
# ssl: true
# oauth:
# site: "https://accounts.google.com"
# authorize_url: "/o/oauth2/auth"
# token_url: "/o/oauth2/token"
# refresh_token: "abcdefghijklmnopqrstuvwxyz"
# client_id: "abcdefghijklmnopqrstuvwxyz"
# client_secret: "abcdefghijklmnopqrstuvwxyz"
# password: "abcdefghijklmnopqrstuvwxyz" # alternative to oauth