diff --git a/geppetto/main.py b/geppetto/main.py index 986ecaf..d250545 100644 --- a/geppetto/main.py +++ b/geppetto/main.py @@ -12,9 +12,9 @@ load_dotenv(os.path.join("config", ".env")) -SLACK_BOT_TOKEN = os.getenv("SLACK_BOT_TOKEN_TEST") -SLACK_APP_TOKEN = os.getenv("SLACK_APP_TOKEN_TEST") -SIGNING_SECRET = os.getenv("SIGNING_SECRET_TEST") +SLACK_BOT_TOKEN = os.getenv("SLACK_BOT_TOKEN") +SLACK_APP_TOKEN = os.getenv("SLACK_APP_TOKEN") +SIGNING_SECRET = os.getenv("SIGNING_SECRET") DEFAULT_RESPONSES = load_json("default_responses.json")