This commit is contained in:
Timothy J. Baek
2024-05-31 19:40:02 -07:00
parent 8bab7a2eca
commit a2e11db46f
2 changed files with 4 additions and 14 deletions

View File

@@ -10,3 +10,6 @@ try:
load_dotenv(find_dotenv("./.env"))
except ImportError:
print("dotenv not installed, skipping...")
API_KEY = os.getenv("PIPELINES_API_KEY", "0p3n-w3bu!")
PIPELINES_DIR = os.getenv("PIPELINES_DIR", "./pipelines")