-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.yml
36 lines (36 loc) · 995 Bytes
/
bot.yml
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
28
29
30
31
32
33
34
35
36
name: Gonk
author: Barney Scott
description: ☝️☝️ Check out the README ☝️☝️ in the repo for setup instructions. By the way, this is just the description in the bot.yml file - feel free to change it 😉
avatar: .beepboop/avatar.jpg
slackscopes:
- bot
- commands
- incoming-webhook
config:
- name: FIRE_PROJECT_ID
friendly_name: Firebase project ID
info: ID of the project on Firebase
default:
type: secret
global: true
- name: FIRE_KEY_ID
friendly_name: Firebase key ID
info: Key of the project on Firebase
default:
type: secret
global: true
- name: FIRE_CLIENT_EMAIL
friendly_name: Firebase client email
info: Firebase client email
type: secret
global: true
- name: FIRE_CLIENT_ID
friendly_name: Firebase client ID
info: Yes
type: secret
global: true
- name: FIRE_PRIVATE_KEY
friendly_name: Firebase private key
info: SSH key generated by Firebase
type: secret
global: true