first commit
This commit is contained in:
27
.env.bak
Normal file
27
.env.bak
Normal file
@@ -0,0 +1,27 @@
|
||||
# This file contains environment variables for the application.
|
||||
# It is recommended to keep this file secret and not share it publicly.
|
||||
|
||||
# this is the slack bot token, which is used to authenticate the bot with slack
|
||||
SLACK_TOKEN=xoxb-3928597091-8377841114102-kPYQVQaw3ke30zkKz5EpjA9a
|
||||
|
||||
# this is the slack signing secret, which is used to verify the authenticity of incoming requests from slack
|
||||
SIGNING_SECRET=e915ff5b902a9bccf266b6d745e4b4d8
|
||||
|
||||
# this is the anthropic API key (token), which is used to authenticate the bot with the Anthropic API
|
||||
ANTHROPIC_API_TOKEN=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
|
||||
|
||||
# Pinecone API credentials
|
||||
PINECONE_API_KEY=pcsk_2kLjEd_R4UuXz4JqJBybNWSCZxH8mYcKrHFFbSuijkYYcncm2HpX9gzBXRQWv4k5V9Y8ee
|
||||
# Pinecone index name - this is the name of the index that will be used to store the chat history in Pinecone
|
||||
PINECONE_INDEX_NAME=fsr-abot-slack-index
|
||||
|
||||
# VOICEMAIL_EMAIL=bot-transcriptions@fsr.com
|
||||
# VOICEMAIL_EMAIL_PASSWORD=Password
|
||||
OPENWEATHERMAP_API_KEY=e453b54da8ec41b6ddbd18886d09c87f
|
||||
# Mikrotik API credentials
|
||||
MIKROTIK_DEFAULT_USER=fsr
|
||||
MIKROTIK_DEFAULT_PASSWORD=N0npstN
|
||||
|
||||
# Mikrotik CPE credentials
|
||||
MIKROTIK_CPE_USER=fsr
|
||||
MIKROTIK_CPE_PASSWORD=N0npstN
|
||||
Reference in New Issue
Block a user