Skip to content

Commit eb15044

Browse files
authored
Make vars.template.json in config/dev (#335)
1 parent 3f1d65e commit eb15044

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
!/db/.gitkeep
88
yarn-error.log
99
**/.DS_Store
10-
/config/dev
10+
/config/dev/vars.json
1111
/tmp

config/dev/vars.template.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"TARGET_GUILD_ID": "GUILD_ID",
3+
"COFFEE_ROLE_ID": "ROLE_ID",
4+
"NOTIF_CHANNEL_ID": "CHANNEL_ID",
5+
"ANNOUNCEMENTS_CHANNEL_ID": "CHANNEL_ID",
6+
"OFFICE_STATUS_CHANNEL_ID": "CHANNEL_ID",
7+
"RESUME_CHANNEL_ID": "CHANNEL_ID"
8+
}

0 commit comments

Comments
 (0)