From 17a8ecbce9f802b888df60d7b3aa669900f86cc8 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Sat, 6 May 2023 13:19:00 +0100 Subject: remove `.env.server` env file --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index a484b4c9..a5f12fe2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -42,7 +42,7 @@ class EnvConfig(BaseSettings): class Config: """Specify what .env files to load, and how to load them.""" - env_file = ".env.server", ".env", + env_file = ".env", env_file_encoding = "utf-8" -- cgit v1.2.3