Skip to content

Commit e5b538f

Browse files
committed
Add config.example.yml
1 parent 2329081 commit e5b538f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
node_modules
33
package-lock.json
44
*.js
5-
*.map
5+
*.map
6+
config.yaml

config.example.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
token:
2+
botId:
3+
channelid:
4+
color: 0x20d84e
5+
ownerid:
6+
postgres:
7+
username:
8+
password:
9+
host:
10+
port: 5432
11+
dbname:

0 commit comments

Comments
 (0)