add plugin_env file, define plugin config strategy.

This commit is contained in:
xuyuan23
2023-06-13 15:58:24 +08:00
parent c03bd6fe97
commit 6a8ee91834
3 changed files with 16 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ if "pytest" in sys.argv or "pytest" in sys.modules or os.getenv("CI"):
# Load the users .env file into environment variables
load_dotenv(verbose=True, override=True)
load_dotenv(".plugin_env")
del load_dotenv