so. many. changes. (sorry)
This commit is contained in:
parent
d445a13646
commit
4a4d5fe4dd
20 changed files with 1692 additions and 161 deletions
|
|
@ -4,6 +4,7 @@
|
|||
SLACK_CLIENT_ID=your_slack_client_id_here
|
||||
SLACK_CLIENT_SECRET=your_slack_client_secret_here
|
||||
SLACK_SIGNING_SECRET=your_slack_signing_secret_here
|
||||
SLACK_BOLT_IS_BROKEN_SO_THIS_CANT_BE_CALLED_CLIENT_SECRET=your_slack_client_secret_here
|
||||
|
||||
# Airtable Configuration
|
||||
AIRTABLE_PAT=your_airtable_personal_access_token_here
|
||||
|
|
@ -12,7 +13,6 @@ AIRTABLE_SUBMISSIONS_TABLE=your_submissions_table_id_here
|
|||
AIRTABLE_USERS_TABLE=your_users_table_id_here
|
||||
AIRTABLE_SESSIONS_TABLE=your_sessions_table_id_here
|
||||
AIRTABLE_ITEMS_TABLE=your_items_table_id_here
|
||||
AIRTABLE_ITEM_ADDONS_TABLE=your_item_addons_table_id_here
|
||||
AIRTABLE_ITEM_INSTANCES_TABLE=your_item_instances_table_id_here
|
||||
|
||||
# Application Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue